FileAttachmentType.IsContactPhoto Property
The IsContactPhoto property gets or sets a Boolean value that specifies whether the attachment is a contact photo.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsContactPhoto As Boolean
Get
Set
'Usage
Dim instance As FileAttachmentType
Dim value As Boolean
value = instance.IsContactPhoto
instance.IsContactPhoto = value
public bool IsContactPhoto { get; set; }
Property Value
Type: System.Boolean
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.
See Also