FileAttachmentType.IsContactPhoto Property

Definition

The IsContactPhoto property gets or sets a Boolean value that specifies whether the attachment is a contact photo.

public:
 property bool IsContactPhoto { bool get(); void set(bool value); };
public bool IsContactPhoto { get; set; }
Public Property IsContactPhoto As Boolean

Property Value

The value of the IsContactPhoto property is a Boolean object.

Remarks

You must set the IsContactPhotoSpecified property to true so that that the IsContactPhoto property is serialized into the Simple Object Access Protocol (SOAP) request.

Applies to