WorkflowStringIds.SEND_EMAIL_PROJECT_REJECTED_SELECTION_REVIEW_SUBJECT Field
The subject of the email message that is sent to the project owner if the project was rejected.
Namespace: Microsoft.Office.Project.Server.Workflow
Assembly: Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)
Syntax
'Declaration
Public Const SEND_EMAIL_PROJECT_REJECTED_SELECTION_REVIEW_SUBJECT As String
'Usage
Dim value As String
value = WorkflowStringIds.SEND_EMAIL_PROJECT_REJECTED_SELECTION_REVIEW_SUBJECT
public const string SEND_EMAIL_PROJECT_REJECTED_SELECTION_REVIEW_SUBJECT
Remarks
The string value of SEND_EMAIL_PROJECT_REJECTED_SELECTION_REVIEW_SUBJECT is "Sample Proposal: {0} is now Rejected."
Sample Proposal is an EPT Name and Rejected is a workflow stage (WORKFLOW_SAMPLE_WORKFLOW_REJECTED_STAGE_NAME).