Share via


ExchangeDistributionList.GetExchangeUser Method

Outlook Developer Reference

Returns Null (Nothing in Visual Basic) because the ExchangeDistributionList object does not correspond to an ExchangeUser object.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetExchangeUser

expression   A variable that represents an ExchangeDistributionList object.

Return Value
Null (Nothing in Visual Basic) because the ExchangeDistributionList object does not correspond to an ExchangeUser object.

Remarks

The ExchangeDistributionList object is derived from the AddressEntry object. It inherits the GetExchangeUser method from the AddressEntry object, and in the case of ExchangeDistributionList, this method always returns Null.

See Also