_ContactItem.BusinessCardType Property
Returns an OlBusinessCardType constant that specifies the type of Electronic Business Card used by this contact. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property BusinessCardType As OlBusinessCardType
Get
'Usage
Dim instance As _ContactItem
Dim value As OlBusinessCardType
value = instance.BusinessCardType
[DispIdAttribute()]
OlBusinessCardType BusinessCardType { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlBusinessCardType
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace