次の方法で共有


MailEventNotificationInfo.EventsInNotification プロパティ

定義

現在の通知で処理されているイベント数を取得します。

public:
 property int EventsInNotification { int get(); };
public int EventsInNotification { get; }
member this.EventsInNotification : int
Public ReadOnly Property EventsInNotification As Integer

プロパティ値

Int32

現在の通知で処理されているイベント数。

注釈

このカウントには、現在の通知のイベントだけが含まれます。また、バッファーによって削除されたイベントや、メッセージ制限のために除外されたイベントは含め "されません"。

適用対象