SendEmail.IncludeStatus property
Gets or sets a Boolean value that indicates whether to include information about the workflow status in the body of the email message.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property IncludeStatus As Boolean
Get
Set
'Usage
Dim instance As SendEmail
Dim value As Boolean
value = instance.IncludeStatus
instance.IncludeStatus = value
[ValidationOptionAttribute(ValidationOption.Required)]
public bool IncludeStatus { get; set; }
Property value
Type: System.Boolean
true to include status information in the body of the email message; false to include a link to the workflow status page. The default is false.
See also
Reference
Microsoft.SharePoint.WorkflowActions namespace
Other resources
Workflow Activities for Windows SharePoint Services Overview
How Windows SharePoint Services Processes Workflow Activities