menu
ews package
documentation
Notifications/FolderEvent.dart
FolderEvent
UnreadCount property
UnreadCount property
dark_mode
light_mode
UnreadCount
property
int
?
get
UnreadCount
Gets the new number of unread messages. This is is only meaningful when EventType is equal to EventType.Modified. For all other event types, UnreadCount is null.
Implementation
int? get UnreadCount => this._unreadCount;
ews package
documentation
Notifications/FolderEvent
FolderEvent
UnreadCount property
FolderEvent class