NotificationsEventReceiver::OnSent method
Office 2013 and later
A post-event handler that occurs after Project Server sends an alert or reminder notification.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Parameters
- contextInfo
- Type: Microsoft.Office.Project.Server.Library.PSContextInfo
The Project Server context information.
- e
- Type: Microsoft.Office.Project.Server.Events.NotificationsPostSendEventArgs
The data for the event.
Use the SubjectLine and xmlBody properties to get content of the notification sent. To change the notification content, create an OnSending pre-event handler. The Notification class lists alerts and reminders.
For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.
Show: