FolderEvent.UnreadCount Property

Definition

Gets the new number of unread messages.

public:
 property Nullable<int> UnreadCount { Nullable<int> get(); };
public Nullable<int> UnreadCount { get; }
Public ReadOnly Property UnreadCount As Nullable(Of Integer)

Property Value

The number of unread items in the folder as an integer. The property can be null.

Remarks

This is only meaningful when EventType is equal to EventType.Modified. For all other event types, UnreadCount is null.

Applies to