CompositeTask.OverdueEmailBody property

Gets or sets the body of the email message to be sent if the task is past its expiration date and has not been completed.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property OverdueEmailBody As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of String)

value = instance.OverdueEmailBody

instance.OverdueEmailBody = value
[RequiredArgumentAttribute]
public InArgument<string> OverdueEmailBody { get; set; }

Property value

Type: System.Activities.InArgument<String>
The body of the email message.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace