Share via


CompositeTask.SendReminderEmail property

Gets or sets whether a reminder email should be sent when a task is overdue.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property SendReminderEmail As InArgument(Of Boolean)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of Boolean)

value = instance.SendReminderEmail

instance.SendReminderEmail = value
public InArgument<bool> SendReminderEmail { get; set; }

Property value

Type: System.Activities.InArgument<Boolean>
true if the email should be sent, otherwise false.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace