IconIndex property

PropertyDefinition IconIndex
getter/setter pair
Defines the IconIndex property.

Implementation

static PropertyDefinition IconIndex =
    new GenericPropertyDefinition<enumerations.IconIndex>.withUriAndFlags(
        XmlElementNames.IconIndex,
        _ConversationSchemaFieldUris.IconIndex,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2013);