UniqueSenders property

PropertyDefinition UniqueSenders
getter/setter pair
Defines the UniqueSenders property.

Implementation

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