NotificationsPostSendEventArgs class
Event arguments for the OnSent method for notifications events.
Inheritance hierarchy
System.Object
System.EventArgs
Microsoft.Office.Project.Server.Events.SerializableEventArgs
Microsoft.Office.Project.Server.Events.PostEventArgs
Microsoft.Office.Project.Server.Events.NotificationsPostSendEventArgs
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class NotificationsPostSendEventArgs _
Inherits PostEventArgs
'Usage
Dim instance As NotificationsPostSendEventArgs
[SerializableAttribute]
public class NotificationsPostSendEventArgs : PostEventArgs
Remarks
Event arguments for an OnSent post-event handler expose the subject line and body of the notification. For more information, see How to: Customize E-Mail for Project Server Notifications.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.