TaskEmailTokens members

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.

The TaskEmailTokens type exposes the following members.

Fields

  Name Description
Public fieldStatic member AssignedTo Replace the %Task: AssignedTo% token with the individual or group to whom the task is currently assigned.
Public fieldStatic member Description Replace the %Task: Body% token with the description of the task.
Public fieldStatic member DueDate Replace the %Task: DueDate% token with the date the task is due.
Public fieldStatic member RegularFormat The regular format for the token replacement.
Public fieldStatic member RelatedItemTitle Replace the %TaskSpecial: RelatedItemTitle% token with the title of the task’s related item.
Public fieldStatic member RelatedItemUrl Replace the %TaskSpecial: RelatedItemUrl% token with a link to the task’s related item.
Public fieldStatic member SpecialFormat The special format for the token replacement.
Public fieldStatic member TaskUrl Replace the %TaskSpecial: TaskUrl% token with a link to the task.
Public fieldStatic member Title Replace the %Task: Title% token with the title of the task.

Top

See also

Reference

TaskEmailTokens class

Microsoft.SharePoint.WorkflowServices.Activities namespace