_ExchangeUser.GetContact 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 ExchangeUser object does not correspond to a contact in a Contacts Address Book.
public:
Microsoft::Office::Interop::Outlook::ContactItem ^ GetContact();
public Microsoft.Office.Interop.Outlook.ContactItem GetContact ();
Public Function GetContact () As ContactItem
Returns
Nothing (a null reference (Nothing in Visual Basic) in C#) because the ExchangeUser object does not correspond to a contact in a Contacts Address Book.
Remarks
The ExchangeUser object is derived from the AddressEntry object. It inherits the GetContact method from the AddressEntry object, and in the case of ExchangeUser, this method always returns Nothing.