Share via


SPWorkflowTaskProperties.SendEmailNotification property

Gets or sets a value that indicates whether to send email notifications.

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

Syntax

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

value = instance.SendEmailNotification

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

Property value

Type: System.Boolean
true if the email notifications are sent; otherwise, false.

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

Microsoft.SharePoint.Workflow namespace