_ContactItem.AddBusinessCardLogoPicture(String) Method

Definition

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

public:
 void AddBusinessCardLogoPicture(System::String ^ Path);
public void AddBusinessCardLogoPicture (string Path);
Public Sub AddBusinessCardLogoPicture (Path As String)

Parameters

Path
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.

Applies to