GlobalUniqueUnreadSenders property

PropertyDefinition GlobalUniqueUnreadSenders
getter/setter pair
Defines the GlobalUniqueUnreadSenders property.

Implementation

static PropertyDefinition GlobalUniqueUnreadSenders =
    new ComplexPropertyDefinition<StringList>.withUriAndFlags(
        XmlElementNames.GlobalUniqueUnreadSenders,
        _ConversationSchemaFieldUris.GlobalUniqueUnreadSenders,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2010_SP1, () {
  return new StringList();
});