_ExchangeUser.GetExchangeDistributionList Method

Definition

Returns Nothing (a null reference (Nothing in Visual Basic) in C#) because the ExchangeUser object does not correspond to an ExchangeDistributionList object.

public:
 Microsoft::Office::Interop::Outlook::ExchangeDistributionList ^ GetExchangeDistributionList();
public Microsoft.Office.Interop.Outlook.ExchangeDistributionList GetExchangeDistributionList ();
Public Function GetExchangeDistributionList () As ExchangeDistributionList

Returns

Nothing (a null reference (Nothing in Visual Basic) in C#) 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 Nothing.

Applies to