_ContactItem.SaveBusinessCardImage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves an image of the business card generated from the specified ContactItem object.
public:
void SaveBusinessCardImage(System::String ^ Path);
public void SaveBusinessCardImage (string Path);
Public Sub SaveBusinessCardImage (Path As String)
Parameters
- Path
- 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.