NotificationsPreSendEventArgs.xmlBody 属性

获取一个OnSending事件处理程序通知数据。

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

语法

声明
Public ReadOnly Property xmlBody As String
    Get
用法
Dim instance As NotificationsPreSendEventArgs
Dim value As String

value = instance.xmlBody
public string xmlBody { get; }

属性值

类型:System.String

备注

SubjectLine属性和xmlBody属性中的数据可用于帮助设计一个OnSending事件处理程序。如果您创建一个通知前的事件处理程序不执行任何操作,也可安装该事件处理程序,设置一个断点,然后进行调试事件处理程序以检查e.SubjectLine和e.xmlBody。

有关详细信息,请参阅如何: 自定义项目服务器通知的电子邮件

另请参阅

引用

NotificationsPreSendEventArgs 类

NotificationsPreSendEventArgs 成员

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