_ExchangeDistributionList.GetExchangeUser Method

Definition

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

public:
 Microsoft::Office::Interop::Outlook::ExchangeUser ^ GetExchangeUser();
public Microsoft.Office.Interop.Outlook.ExchangeUser GetExchangeUser ();
Public Function GetExchangeUser () As ExchangeUser

Returns

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 Nothing.

Applies to