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