Share via


TemplatedMailWebEventProvider.CurrentNotification Eigenschaft

Definition

Ruft das Ereignisbenachrichtigungsobjekt ab, das die von der E-Mail-Vorlage verwendeten Ereignisinformationen bereitstellt.

public:
 static property System::Web::Management::MailEventNotificationInfo ^ CurrentNotification { System::Web::Management::MailEventNotificationInfo ^ get(); };
public static System.Web.Management.MailEventNotificationInfo CurrentNotification { get; }
static member CurrentNotification : System.Web.Management.MailEventNotificationInfo
Public Shared ReadOnly Property CurrentNotification As MailEventNotificationInfo

Eigenschaftswert

Das gegenwärtig verarbeitete MailEventNotificationInfo-Objekt.

Hinweise

Das aktuelle MailEventNotificationInfo Objekt wird in der E-Mail-Vorlage verwendet, um Informationen zu den verarbeiteten Ereignissen bereitzustellen.

Gilt für:

Weitere Informationen