_ContactItem.SaveBusinessCardImage(String) Method

Definition

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.

Applies to