MailEventNotificationInfo Class
Provides information to the TemplatedMailWebEventProvider object about the current event notification.
Assembly: System.Web (in System.Web.dll)
The MailEventNotificationInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Events | Gets a collection of events for the current message. |
![]() | EventsDiscardedByBuffer | Gets the number of events discarded by the buffer since the last notification. |
![]() | EventsDiscardedDueToMessageLimit | Gets the number of events that are discarded by the buffer because the buffer has exceeded the message limit for the current notification. |
![]() | EventsInBuffer | Gets the number of events remaining in the buffer after the current notification. |
![]() | EventsInNotification | Gets the number of events being processed for the current notification. |
![]() | EventsRemaining | Gets the number of events remaining in the buffer after the current notification. |
![]() | LastNotificationUtc | Gets the time of the previous notification. |
![]() | Message | Gets the e-mail message that will be sent as the current message. |
![]() | MessageSequence | Gets the position of this message in the sequence for the current notification. |
![]() | MessagesInNotification | Gets the total number of messages in the current notification. |
![]() | NotificationSequence | Gets the position of this notification within the total number of notifications made to date. |
![]() | NotificationType | Gets the type of the current notification. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class is used to pass information to the e-mail template for a TemplatedMailWebEventProvider object when an event notification occurs. The e-mail template then formats the event information for the e-mail message body.
A notification occurs when buffering is disabled, the event-buffering system sends out messages for accumulated events, or an event occurs and the event-buffering system is disabled.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.


