Item.IsDraft Property

Definition

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

public:
 property bool IsDraft { bool get(); };
public bool IsDraft { get; }
Public ReadOnly Property IsDraft As Boolean

Property Value

True if this item is a draft; otherwise, false.

Applies to