ContactItemType.HasPicture Property
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.
The HasPicture property gets or sets a Boolean value that specifies whether the contact item has a file attachment that represents the contact's picture.
public:
property bool HasPicture { bool get(); void set(bool value); };
public bool HasPicture { get; set; }
Public Property HasPicture As Boolean
Property Value
The value of the HasPicture property is true if there is a picture for the contact; otherwise the value is false.
Remarks
You must set the HasPictureSpecified property to true so that the HasPicture property is serialized into the SOAP request.