ContactItemType.HasPicture Property

The HasPicture property gets or sets a Boolean value that specifies whether the contact item has a file attachment that represents the contact's picture.

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

Syntax

'Declaration
Public Property HasPicture As Boolean
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As Boolean

value = instance.HasPicture

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

Property Value

Type: System.Boolean
The value of the HasPicture property is true if there is a picture for the contact; otherwise the value is false.

Remarks

You must set the HasPictureSpecified property to true so that the HasPicture property is serialized into the SOAP request.