NotificationsPreSendEventArgs::xmlBody Property
Gets notification data for an OnSending event handler.
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
You can use data in the SubjectLine property and the xmlBody property to help design an OnSending event handler. If you create a notifications pre-event handler that does nothing, you can install the event handler, set a breakpoint, and then debug the event handler to examine e.SubjectLine and e.xmlBody.
For more information, see How to: Customize E-Mail for Project Server Notifications.
Community Additions
Show: