TemplatedMailWebEventProvider.CurrentNotification 属性

定义

获取提供电子邮件模板使用的事件信息的事件通知对象。

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

属性值

当前正在处理的 MailEventNotificationInfo 对象。

注解

当前 MailEventNotificationInfo 对象用于在电子邮件模板中提供有关正在处理的事件的信息。

适用于

另请参阅