_DistListItem.GetMember(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.