MailEventNotificationInfo.EventsInNotification 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取正在为当前通知处理的事件数。
public:
property int EventsInNotification { int get(); };
public int EventsInNotification { get; }
member this.EventsInNotification : int
Public ReadOnly Property EventsInNotification As Integer
属性值
正在为当前通知处理的事件数。
注解
此计数仅包括当前通知的事件,不包括缓冲区删除或因消息限制而排除的事件。