Share via


ContactItem.AddBusinessCardLogoPicture Method

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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