次の方法で共有


_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

取得するメンバーのインデックス番号を指定します。

戻り値

指定したメンバーを表す Recipient オブジェクトを返します。

適用対象