_ContactItem.BusinessCardType Property
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 an OlBusinessCardType constant that specifies the type of Electronic Business Card used by this contact. Read-only.
public:
property Microsoft::Office::Interop::Outlook::OlBusinessCardType BusinessCardType { Microsoft::Office::Interop::Outlook::OlBusinessCardType get(); };
public Microsoft.Office.Interop.Outlook.OlBusinessCardType BusinessCardType { get; }
Public ReadOnly Property BusinessCardType As OlBusinessCardType
Property Value
Remarks
The Electronic Business Card can be either in Microsoft Office InterConnect format or Outlook format. An Electronic Business Card in InterConnect format cannot be modified through the Outlook object model.