| EwsFolderUnreadCount Property | 
            Gets the number of unread items in the folder.
            
 
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic int UnreadCount { get; }Public ReadOnly Property UnreadCount As Integer
	Get
Property Value
Type: 
Int32The number of unread items in the folder, or -1 if the value is not available.
 Remarks
RemarksYou may get the value of -1 when acccessing this property in case if you downloaded folders using custom 
FolderView
            which didn't request this property from the server.
 See Also
See Also