ContactItem.BusinessCardType (Outlook)
Returns an OlBusinessCardType constant that specifies the type of Electronic Business Card used by this contact. Possible return values are olBusinessCardTypeInterConnect - Indicates that the ContactItem uses the Microsoft Office InterConnect format for the associated Electronic Business Card, olBusinessCardTypeOutlook - Indicates that the ContactItem object uses the Microsoft Outlook format for the associated Electronic Business Card.
The Electronic Business Card can be either in Microsoft Office InterConnect format or Outlook format. An Electronic Business Card in InterConnect format cannot be modifed through the Outlook object model.
Dim obcBusinessCardType As OlBusinessCardType
obcBusinessCardType = Session.GetAddressEntryFromID.GetContact.BusinessCardType