_DistListItem.GetMember(Int32) Method

Definition

Returns a Recipient object representing a member in a distribution list.

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

Parameters

Index
Int32

The index number of the member to be retrieved.

Returns

A Recipient object representing the specified member.

Applies to