_ExchangeDistributionList.GetExchangeDistributionListMembers Method

Returns an AddressEntries collection that represents the members of the Exchange distribution list.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function GetExchangeDistributionListMembers As AddressEntries
'Usage
Dim instance As _ExchangeDistributionList
Dim returnValue As AddressEntries

returnValue = instance.GetExchangeDistributionListMembers()
[DispIdAttribute()]
AddressEntries GetExchangeDistributionListMembers()

Return Value

Type: Microsoft.Office.Interop.Outlook.AddressEntries
An AddressEntries collection that contains AddressEntry objects that represent members belonging to the distribution list.

See Also

Reference

_ExchangeDistributionList Interface

_ExchangeDistributionList Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Get Members of an Exchange Distribution List