OfficeTask.SendDefaultTaskNotifications property

Indicates whether default task notifications are sent for a task created by the task process.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property SendDefaultTaskNotifications As Boolean
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As Boolean

value = instance.SendDefaultTaskNotifications

instance.SendDefaultTaskNotifications = value
[ValidationOptionAttribute(ValidationOption.Required)]
public bool SendDefaultTaskNotifications { get; set; }

Property value

Type: System.Boolean
true sends task notifications; false does not.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace