ItemType.IsDraftSpecified Property

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

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

Syntax

'Declaration
Public Property IsDraftSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As Boolean

value = instance.IsDraftSpecified

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

Property Value

Type: System.Boolean
The IsDraftSpecified returns true if the IsDraft property is serialized into the SOAP request; otherwise, the property returns false.