GlobalSize property

PropertyDefinition GlobalSize
getter/setter pair
Defines the GlobalSize property.

Implementation

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