_ContactItem.AddPicture(String) Method

Definition

Adds a picture to a contact item.

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

Parameters

Path
String

A string containing the complete path and filename of the picture to be added to the contact item.

Remarks

If the contact item already has a picture attached to it, this method will overwrite the existing picture.

The picture can be an icon, GIF, JPEG, BMP, TIFF, WMF, EMF, or PNG file. Microsoft Outlook will automatically perform the necessary resizing of the picture.

Applies to