AddressEntry.GetExchangeUser Method

Definition

Returns an ExchangeUser object that represents the AddressEntry if the AddressEntry belongs to an Exchange AddressList object such as the Global Address List (GAL) and corresponds to an Exchange user.

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

Returns

An ExchangeUser object that represents the AddressEntry. Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the AddressEntry object does not correspond to an Exchange user.

Remarks

You have to be connected to the Exchange server to use this method.

Applies to