_ExchangeDistributionList.GetExchangeUser Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.