TaskEmailTokens class

Defines tokens in the email text that are passed in to a task activity (either by a single or composite task) that are replaced with runtime values.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.WorkflowServices.Activities.TaskEmailTokens

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

Syntax

'Declaration
Public NotInheritable Class TaskEmailTokens
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class TaskEmailTokens

Remarks

For example, the tokens can be passed in from either the single task AssignmentEmailBody or composite task AssignmentEmailBody.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TaskEmailTokens members

Microsoft.SharePoint.WorkflowServices.Activities namespace