_DistListItem.AddMember(Recipient) 方法

定义

将新成员添加到指定的通讯组列表。 通讯组列表包含 Recipient 表示有效电子邮件地址的对象。

public:
 void AddMember(Microsoft::Office::Interop::Outlook::Recipient ^ Recipient);
public void AddMember (Microsoft.Office.Interop.Outlook.Recipient Recipient);

参数

Recipient
Recipient

要添加到列表中的收件人。

注解

AddMembers(Recipients)使用 方法可将多个成员添加到给定的通讯组列表。

适用于