SPWorkflowTaskProperties.HasCustomEmailBody property

Gets or sets whether the task has custom email body text. True if the task has custom email body text.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HasCustomEmailBody As Boolean
    Get
    Set
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As Boolean

value = instance.HasCustomEmailBody

instance.HasCustomEmailBody = value
public bool HasCustomEmailBody { get; set; }

Property value

Type: System.Boolean
Whether the task has custom email body text.

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace