GlobalMessageCount property

PropertyDefinition GlobalMessageCount
getter/setter pair
Defines the GlobalMessageCount property.

Implementation

static PropertyDefinition GlobalMessageCount = new IntPropertyDefinition.withUriAndFlags(
    XmlElementNames.GlobalMessageCount,
    _ConversationSchemaFieldUris.GlobalMessageCount,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2010_SP1);