_ExchangeDistributionList.GetMemberOfList Method

Definition

Returns an AddressEntries collection object that contains all the AddressEntry objects representing Exchange Distribution Lists of which the ExchangeDistributionList is a member.

public:
 Microsoft::Office::Interop::Outlook::AddressEntries ^ GetMemberOfList();
public Microsoft.Office.Interop.Outlook.AddressEntries GetMemberOfList ();
Public Function GetMemberOfList () As AddressEntries

Returns

An AddressEntries collection object that represents the distribution lists of which this ExchangeDistributionList object is a member. Returns an AddressEntries object with a count of zero (0) if the ExchangeDistributionList is not a member of any Exchange distribution list.

Remarks

GetMemberOfList is an expensive operation in terms of performance if there is a slow connection to Exchange Server.

Applies to