ContactItem.AddBusinessCardLogoPicture method (Outlook)

Adds a logo picture to the current Electronic Business Card of the contact item.

Syntax

expression. AddBusinessCardLogoPicture( _Path_ )

expression A variable that represents a ContactItem object.

Parameters

Name Required/Optional Data type Description
Path Required String The full path name that specifies the picture file to load.

Remarks

An Electronic Business Card can only have one logo picture, so any existing logo pictures will be replaced. Standard graphic formats are supported, including .BMP, .GIF, .JPG, and .PNG.

See also

ContactItem Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.