Item.IsDraft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.