FileAttachmentType.IsContactPhotoSpecified 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 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.