FolderInfoContentUnreadCount Property |
Gets the number of unread items in the folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public int ContentUnreadCount { get; }
Public ReadOnly Property ContentUnreadCount As Integer
Get
public:
property int ContentUnreadCount {
int get ();
}
member ContentUnreadCount : int with get
Property Value
Type:
Int32
The content unread count.
See Also