ExchangeUser.GetContact Method

Outlook Developer Reference

Returns Null (Nothing in Visual Basic) because the ExchangeUser object does not correspond to a contact in a Contacts Address Book.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetContact

expression   A variable that represents an ExchangeUser object.

Return Value
Null (Nothing in Visual Basic) 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 Null.

See Also