MailEventNotificationInfo Members

Provides information to the TemplatedMailWebEventProvider object about the current event notification.

The following tables list the members exposed by the MailEventNotificationInfo type.

  Name Description
Public property Events Gets a collection of events for the current message.
Public property EventsDiscardedByBuffer Gets the number of events discarded by the buffer since the last notification.
Public property EventsDiscardedDueToMessageLimit Gets the number of events that are discarded by the buffer because the buffer has exceeded the message limit for the current notification.
Public property EventsInBuffer Gets the number of events remaining in the buffer after the current notification.
Public property EventsInNotification Gets the number of events being processed for the current notification.
Public property EventsRemaining Gets the number of events remaining in the buffer after the current notification.
Public property LastNotificationUtc Gets the time of the previous notification.
Public property Message Gets the e-mail message that will be sent as the current message.
Public property MessageSequence Gets the position of this message in the sequence for the current notification.
Public property MessagesInNotification Gets the total number of messages in the current notification.
Public property NotificationSequence Gets the position of this notification within the total number of notifications made to date.
Public property NotificationType Gets the type of the current notification.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: