Share via


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

SendEmail Class

SendEmail Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities