FileAttachmentType.IsContactPhotoSpecified Property

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsContactPhotoSpecified As Boolean
    Get
    Set
'Usage
Dim instance As FileAttachmentType
Dim value As Boolean

value = instance.IsContactPhotoSpecified

instance.IsContactPhotoSpecified = value
public bool IsContactPhotoSpecified { get; set; }

Property Value

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