_DistListItem.GetMember(Int32) 方法

定义

返回一个 Recipient 对象,该对象表示通讯组列表中的成员。

public:
 Microsoft::Office::Interop::Outlook::Recipient ^ GetMember(int Index);
public Microsoft.Office.Interop.Outlook.Recipient GetMember (int Index);
Public Function GetMember (Index As Integer) As Recipient

参数

Index
Int32

要检索的成员的索引号。

返回

表示指定的成员的 收件人 对象。

适用于