menu
ews package
documentation
Core/ServiceObjects/Items/Item.dart
Item
HasUnprocessedAttachmentChanges method
HasUnprocessedAttachmentChanges method
dark_mode
light_mode
HasUnprocessedAttachmentChanges
method
bool
HasUnprocessedAttachmentChanges
(
)
Gets a value indicating whether this instance has unprocessed attachment collection changes.
Implementation
bool HasUnprocessedAttachmentChanges() { return this.Attachments.HasUnprocessedChanges(); }
ews package
documentation
Core/ServiceObjects/Items/Item
Item
HasUnprocessedAttachmentChanges method
Item class