ItemType.IsDraft Property
The IsDraft property gets or sets a Boolean value that indicates whether the item has not been sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsDraft As Boolean
Get
Set
'Usage
Dim instance As ItemType
Dim value As Boolean
value = instance.IsDraft
instance.IsDraft = value
public bool IsDraft { get; set; }
Property Value
Type: System.Boolean
The IsDraft property returns true if the item has not yet been sent; otherwise, the property returns false.
See Also