Notification.RecipientType Enumeration

Defines whether the team member, manager, or both receive this reminder notification.

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

Syntax

'Declaration
Public Enumeration RecipientType
'Usage
Dim instance As Notification.RecipientType
public enum RecipientType

Members

Member name Description
OnlyToManager Value=0. The reminder notification is sent only to the manager.
OnlyToTeamMember Value=1. The reminder notification is sent only to the team member.
ToBoth Value=2. The reminder notification is sent to both the manager and the team member.

Remarks

The Notification.RecipientType type is used by the RecipientType property.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace