Conversation.GlobalUnreadCount Property

Definition

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.

Applies to