Edit

Share via


ContactItemType.HasPicture Property

Definition

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.

Applies to