ReviewRouting.GetTaskTimeoutEmail Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)
Syntax
'Declaration
Public Function GetTaskTimeoutEmail ( _
taskId As Guid, _
props As SPWorkflowTaskProperties, _
<OutAttribute> ByRef web As SPWeb, _
<OutAttribute> ByRef headers As StringDictionary, _
<OutAttribute> ByRef body As String _
) As Boolean
'Usage
Dim instance As ReviewRouting
Dim taskId As Guid
Dim props As SPWorkflowTaskProperties
Dim web As SPWeb
Dim headers As StringDictionary
Dim body As String
Dim returnValue As Boolean
returnValue = instance.GetTaskTimeoutEmail(taskId, _
props, web, headers, body)
public bool GetTaskTimeoutEmail(
Guid taskId,
SPWorkflowTaskProperties props,
out SPWeb web,
out StringDictionary headers,
out string body
)
Parameters
- taskId
Type: System.Guid
- web
Type: Microsoft.SharePoint.SPWeb
- headers
Type: System.Collections.Specialized.StringDictionary
- body
Type: System.String
Return Value
Type: System.Boolean