ExchangeUser.GetExchangeDistributionList method (Outlook)
Returns Null (Nothing in Visual Basic) because the ExchangeUser object does not correspond to an ExchangeDistributionList object.
Syntax
expression. GetExchangeDistributionList
expression A variable that represents an ExchangeUser object.
Return value
Null (Nothing in Visual Basic) because the ExchangeUser object does not correspond to an ExchangeDistributionList object.
Remarks
The ExchangeUser object is derived from the AddressEntry object. It inherits the GetExchangeDistributionList method from the AddressEntry object, and in the case of ExchangeUser, this method always returns Null.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.