_DistListItem.GetMember Method

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function GetMember ( _
    Index As Integer _
) As Recipient
'Usage
Dim instance As _DistListItem
Dim Index As Integer
Dim returnValue As Recipient

returnValue = instance.GetMember(Index)
[DispIdAttribute()]
Recipient GetMember(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    The index number of the member to be retrieved.

Return Value

Type: Microsoft.Office.Interop.Outlook.Recipient
A Recipient object representing the specified member.

See Also

Reference

_DistListItem Interface

_DistListItem Members

Microsoft.Office.Interop.Outlook Namespace