ItemType.IsDraftSpecified Property
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.
See Also