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 | |
---|---|---|
AssignedTo | Replace the %Task: AssignedTo% token with the individual or group to whom the task is currently assigned. | |
Description | Replace the %Task: Body% token with the description of the task. | |
DueDate | Replace the %Task: DueDate% token with the date the task is due. | |
RegularFormat | The regular format for the token replacement. | |
RelatedItemTitle | Replace the %TaskSpecial: RelatedItemTitle% token with the title of the task’s related item. | |
RelatedItemUrl | Replace the %TaskSpecial: RelatedItemUrl% token with a link to the task’s related item. | |
SpecialFormat | The special format for the token replacement. | |
TaskUrl | Replace the %TaskSpecial: TaskUrl% token with a link to the task. | |
Title | Replace the %Task: Title% token with the title of the task. |
Top