menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
IsResend property
IsResend property
dark_mode
light_mode
IsResend
property
bool
?
get
IsResend
Gets a value indicating whether the item is a resend of another item.
Implementation
bool? get IsResend => this.PropertyBag[ItemSchema.IsResend] as bool?;
ews package
documentation
Core/ServiceObjects/Items/Item
Item
IsResend property
Item class