Conversation.GlobalUnreadCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a count of all the unread conversation items in the mailbox.
public:
property int GlobalUnreadCount { int get(); };
public int GlobalUnreadCount { get; }
Public ReadOnly Property GlobalUnreadCount As Integer
Property Value
The count of unread items.
Remarks
Use the UnreadCount property to get the count of all unread conversation items in the current folder.