ItemType.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.
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.