Language

MailEventNotificationInfo.NotificationSequence プロパティ

定義

現在までに行われた通知の合計数内でのこの通知の位置を取得します。

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

プロパティ値

現在までに行われた通知の合計数内でのこの通知の位置。

注釈

Note

最初の通知のシーケンス番号は 1 から始まります。

適用対象