WSSTask.GetTaskTimeoutEmail Property

Gets or sets the e-mail message that is built when a workflow task expires.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property GetTaskTimeoutEmail As TimeoutMailCallback
    Get
    Set
'Usage
Dim instance As WSSTask
Dim value As TimeoutMailCallback

value = instance.GetTaskTimeoutEmail

instance.GetTaskTimeoutEmail = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public TimeoutMailCallback GetTaskTimeoutEmail { get; set; }

Property Value

Type: Microsoft.Office.Workflow.TimeoutMailCallback
If an e-mail was sent when the task expired, true; otherwise, false.

See Also

Reference

WSSTask Class

WSSTask Members

Microsoft.Office.Workflow Namespace