UnreadCount property

int? UnreadCount
Gets the number of unread items in the folder.

Implementation

int? get UnreadCount => this.PropertyBag[FolderSchema.UnreadCount] as int?;