NotificationsPostSendEventArgs Class

Event arguments for the OnSent method for notifications events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    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 EventArgs _
    Implements IPostEventArgs
'Usage
Dim instance As NotificationsPostSendEventArgs
[SerializableAttribute]
public class NotificationsPostSendEventArgs : EventArgs, 
    IPostEventArgs

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.

See Also

Reference

NotificationsPostSendEventArgs Members

Microsoft.Office.Project.Server.Events Namespace