ContactItemType.HasPictureSpecified Property

The HasPictureSpecified property gets or sets a Boolean value that specifies whether the HasPicture property is serialized into the SOAP request. This property is required if the HasPicture property is specified.

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

Syntax

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

value = instance.HasPictureSpecified

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

Property Value

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