FileAttachmentType.IsContactPhotoSpecified Property

Definition

The IsContactPhotoSpecified property gets a Boolean value that specifies whether the IsContactPhoto property is serialized into the SOAP request. This property is read-only.

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

Property Value

The value of the IsContactPhotoSpecified property is true if the IsContactPhoto property is serialized into the SOAP request; otherwise, the value is false.

Applies to