Contact.DirectReports 属性

定义

获取联系人的直接下属。 此属性是在 Exchange Server 2010 SP2 和 Exchange Web Services (EWS) 托管 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

属性值

表示联系人直接下属的电子邮件地址的集合。

适用于