_ContactItem.ShowBusinessCardEditor Method
Displays the electronic business card (EBC) editor dialog box for the ContactItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ShowBusinessCardEditor
'Usage
Dim instance As _ContactItem
instance.ShowBusinessCardEditor()
[DispIdAttribute()]
void ShowBusinessCardEditor()
Remarks
Calling this method retrieves the data for the specified ContactItem object and then modally displays that data in the EBC editor dialog box. An error occurs if the data cannot be retrieved.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace