DirectReports property

PropertyDefinition DirectReports
getter/setter pair
Defines the DirectReports property.

Implementation

static PropertyDefinition DirectReports =
    new ComplexPropertyDefinition<EmailAddressCollection>.withUriAndFlags(
        XmlElementNames.DirectReports,
        _ContactSchemaFieldUris.DirectReports,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2010_SP1, () {
  return new EmailAddressCollection();
});