EmailMessage.ToRecipients 属性

定义

获取电子邮件的收件人列表。

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

属性值

电子邮件地址集合。

适用于