Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines whether the team member, the manager, or both the team member and the manager 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.