Contact.DirectReports Property

Definition

Gets the contact's direct reports. This property was introduced in Exchange Server 2010 SP2 and the Exchange Web Services (EWS) Managed API 1.2.

public:
 property Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ DirectReports { Microsoft::Exchange::WebServices::Data::EmailAddressCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.EmailAddressCollection DirectReports { get; }
Public ReadOnly Property DirectReports As EmailAddressCollection

Property Value

A collection of email addresses that represent the contact's direct reports.

Applies to