WorkflowStringIds.SEND_EMAIL_PROJECT_CANCELLED_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_CANCELLED_SUBJECT As String
'Usage
Dim value As String
value = WorkflowStringIds.SEND_EMAIL_PROJECT_CANCELLED_SUBJECT
public const string SEND_EMAIL_PROJECT_CANCELLED_SUBJECT
Remarks
The string value of SEND_EMAIL_PROJECT_CANCELLED_SUBJECT is "Sample Proposal: {0} is now cancelled."
Sample Proposal is the EPT type (WORKFLOW_SAMPLE_WORKFLOW_EPT_NAME) and cancelled is the name of the workflow stage WORKFLOW_SAMPLE_WORKFLOW_CANCELLED_STAGE_NAME.