AddressEntry.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 a ContactItem object that represents the AddressEntry, if the AddressEntry corresponds to a contact in an Outlook Contacts Address Book (CAB).
public:
Microsoft::Office::Interop::Outlook::ContactItem ^ GetContact();
public Microsoft.Office.Interop.Outlook.ContactItem GetContact ();
Public Function GetContact () As ContactItem
Returns
A ContactItem object that corresponds to the AddressEntry. Returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the AddressEntry object does not correspond to a contact in a Contacts Address Book.