menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
IsFromMe property
IsFromMe property
dark_mode
light_mode
IsFromMe
property
bool
?
get
IsFromMe
Gets a value indicating whether the item has been sent by the current authenticated user.
Implementation
bool? get IsFromMe => this.PropertyBag[ItemSchema.IsFromMe] as bool?;
ews package
documentation
Core/ServiceObjects/Items/Item
Item
IsFromMe property
Item class