TemplatedMailWebEventProvider::CurrentNotification Property

 

Gets the event notification object that provides the event information used by the e-mail template.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property MailEventNotificationInfo^ CurrentNotification {
	static MailEventNotificationInfo^ get();
}

Property Value

Type: System.Web.Management::MailEventNotificationInfo^

The MailEventNotificationInfo object currently being processed.

The current MailEventNotificationInfo object is used within the e-mail template to provide information about the events being processed.

.NET Framework
Available since 2.0
Return to top
Show: