ContactItem.ShowBusinessCardEditor Method

Outlook Developer Reference

Displays the electronic business card (EBC) editor dialog box for the ContactItem object.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ShowBusinessCardEditor

expression   An expression that returns a ContactItem object.

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