NotificationsEventReceiver.OnSent 方法

在 Project Server 后发生后期事件处理程序发送警告或提醒通知。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Overridable Sub OnSent ( _
    contextInfo As PSContextInfo, _
    e As NotificationsPostSendEventArgs _
)
用法
Dim instance As NotificationsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As NotificationsPostSendEventArgs

instance.OnSent(contextInfo, e)
public virtual void OnSent(
    PSContextInfo contextInfo,
    NotificationsPostSendEventArgs e
)

参数

备注

SubjectLinexmlBody属性用于获取发送的通知的内容。若要更改通知内容,创建一个OnSending前期事件处理程序。Notification类列出的通知和提醒。

有关创建事件处理程序的信息,请参阅How to: Create a Project Server Event Handler and Log an Event

另请参阅

引用

NotificationsEventReceiver 类

NotificationsEventReceiver 成员

Microsoft.Office.Project.Server.Events 命名空间

OnSending

其他资源

如何: 自定义项目服务器通知的电子邮件