This topic has not yet been rated - Rate this topic

Item.IsDraft property

EWS Managed API

Gets a value that indicates whether the item is a draft. An item is a draft when it has not yet been sent.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration
Public ReadOnly Property IsDraft As Boolean
	Get
'Usage
Dim instance As Item
Dim value As Boolean

value = instance.IsDraft

Property value

Type: System.Boolean
True if this item is a draft; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.