MailEventNotificationInfo.EventsInNotification Propriedade

Definição

Obtém o número de eventos que estão sendo processados para a notificação atual.Gets the number of events being processed for the current notification.

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

Valor da propriedade

Int32

O número de eventos que estão sendo processados para a notificação atual.The number of events being processed for the current notification.

Comentários

Essa contagem inclui apenas eventos para a notificação atual e não inclui eventos descartados pelo buffer ou excluídos devido ao limite da mensagem.This count only includes events for the current notification and does not include events dropped by the buffer or excluded because of the message limit.

Aplica-se a