TemplatedMailWebEventProvider.CurrentNotification Egenskap

Definition

Hämtar händelsemeddelandeobjektet som tillhandahåller den händelseinformation som används av e-postmallen.

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

Egenskapsvärde

Objektet MailEventNotificationInfo som bearbetas just nu.

Kommentarer

Det aktuella MailEventNotificationInfo objektet används i e-postmallen för att ge information om de händelser som bearbetas.

Gäller för

Se även