_ContactItem.AddBusinessCardLogoPicture(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.
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.