NotificationsEventReceiver class

Includes the OnSending and OnSent event handlers that occur when Project Server sends an alert or reminder.

Inheritance hierarchy

System.Object
  Microsoft.Office.Project.Server.Events.NotificationsEventReceiver

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public MustInherit Class NotificationsEventReceiver _
    Implements INotificationsEventReceiverRemote
'Usage
Dim instance As NotificationsEventReceiver
public abstract class NotificationsEventReceiver : INotificationsEventReceiverRemote

Remarks

For information about creating, registering, and debugging an event handler, see How to: Create a Project Server Event Handler and Log an Event. For an example that changes e-mail using the NotificationsSending event, 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

NotificationsEventReceiver members

Microsoft.Office.Project.Server.Events namespace