MailEventNotificationInfo.EventsInNotification Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nombre d'événements qui sont traités pour la notification en cours.
public:
property int EventsInNotification { int get(); };
public int EventsInNotification { get; }
member this.EventsInNotification : int
Public ReadOnly Property EventsInNotification As Integer
Valeur de propriété
Nombre d'événements traités pour la notification en cours.
Remarques
Ce nombre inclut uniquement les événements de la notification en cours et n’inclut pas les événements supprimés par la mémoire tampon ou exclus en raison de la limite du message.