Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.37 KB

Outlook.ExchangeDistributionList.GetMemberOfList.md

File metadata and controls

36 lines (23 loc) · 1.37 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ExchangeDistributionList.GetMemberOfList method (Outlook)
vbaol11.chm2130
vbaol11.chm2130
Outlook.ExchangeDistributionList.GetMemberOfList
daacad93-1cf4-3455-54ff-919dc4a9935e
06/08/2017
medium

ExchangeDistributionList.GetMemberOfList method (Outlook)

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

Syntax

expression. GetMemberOfList

expression A variable that represents an ExchangeDistributionList object.

Return value

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.

See also

ExchangeDistributionList Object

[!includeSupport and feedback]