ItemType.IsDraft Property

Definition

The IsDraft property gets or sets a Boolean value that indicates whether the item has not been sent.

public:
 property bool IsDraft { bool get(); void set(bool value); };
public bool IsDraft { get; set; }
Public Property IsDraft As Boolean

Property Value

The IsDraft property returns true if the item has not yet been sent; otherwise, the property returns false.

Applies to