ContactItem.SaveBusinessCardImage Method

Outlook Developer Reference

Saves an image of the business card generated from the specified ContactItem object.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SaveBusinessCardImage(Path)

expression   An expression that returns a ContactItem object.

Parameters

Name Required/Optional Data Type Description
Path Required String The fully qualified path and file name of the image to be saved.

Remarks

This method generates an image, as a Portable Network Graphics (.png) file, of the business card generated from the specified ContactItem object. If the path and file name specified in Path cannot be resolved, an error occurs.

See Also