ContactItem.SaveBusinessCardImage method (Outlook)
Saves an image of the business card generated from the specified ContactItem object.
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
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.