GlobalUniqueSenders property

PropertyDefinition GlobalUniqueSenders
getter/setter pair
Defines the GlobalUniqueSenders property.

Implementation

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