FolderEvent.UnreadCount プロパティ

定義

未読メッセージの新しい数を取得します。

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

プロパティ値

フォルダー内の未読アイテムの数を整数で指定します。 プロパティは null にすることができます。

注釈

これは、EventType が EventType.Modified と等しい場合にのみ意味があります。 その他のすべてのイベントの種類の場合、UnreadCount は null です。

適用対象