GlobalUnreadCount property

PropertyDefinition GlobalUnreadCount
getter/setter pair
Defines the GlobalUnreadCount property.

Implementation

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