MailEventNotificationInfo.EventsInNotification 属性

定义

获取正在为当前通知处理的事件数。

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

属性值

Int32

正在为当前通知处理的事件数。

注解

此计数仅包括当前通知的事件,不包括缓冲区删除或因消息限制而排除的事件。

适用于