menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
IsDraft property
IsDraft property
dark_mode
light_mode
IsDraft
property
bool
?
get
IsDraft
Gets a value indicating whether the item is is a draft. An item is a draft when it has not yet been sent.
Implementation
bool? get IsDraft => this.PropertyBag[ItemSchema.IsDraft] as bool?;
ews package
documentation
Core/ServiceObjects/Items/Item
Item
IsDraft property
Item class