_MailItem.Recipients 属性

定义

返回一个 Recipients 集合,该集合代表 Outlook 项目的所有收件人。 只读。

public:
 property Microsoft::Office::Interop::Outlook::Recipients ^ Recipients { Microsoft::Office::Interop::Outlook::Recipients ^ get(); };
public Microsoft.Office.Interop.Outlook.Recipients Recipients { get; }
Public ReadOnly Property Recipients As Recipients

属性值

注解

可以通过代表收件人的显示名称、别名或完整的 SMTP 电子邮件地址的字符串指定收件人。

适用于