UnreadCount property

PropertyDefinition UnreadCount
getter/setter pair
Defines the UnreadCount property.

Implementation

static PropertyDefinition UnreadCount =
    new IntPropertyDefinition.withUriAndFlags(
        XmlElementNames.UnreadCount,
        FolderSchemaFieldUris.UnreadCount,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);