_ContactItem.BusinessCardType Property

Definition

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.

Applies to