Size property

PropertyDefinition Size
getter/setter pair
Defines the Size property.

Implementation

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