AddressEntry.GetContact Method

Outlook Developer Reference

Returns a ContactItem object that represents the AddressEntry, if the AddressEntry corresponds to a contact in an Outlook Contacts Address Book (CAB).

Version Information
 Version Added:  Outlook 2007

Syntax

expression.GetContact

expression   A variable that represents an AddressEntry object.

Return Value
A ContactItem object that corresponds to the AddressEntry. Returns Null (Nothing in Visual Basic) if the AddressEntry object does not correspond to a contact in a Contacts Address Book.

See Also