SendTaskEmail class

Provides a mechanism for sending dynamically generated e-mail notifications of workflow tasks, including mail headers in the e-mail messages that give information about the task.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.EmailActivity
        Microsoft.Office.Workflow.Actions.SendTaskEmail

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

Syntax

'Declaration
Public Class SendTaskEmail _
    Inherits EmailActivity
'Usage
Dim instance As SendTaskEmail
public class SendTaskEmail : EmailActivity

Remarks

This class is used only in cases where a task list item has already been created.

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

SendTaskEmail members

Microsoft.Office.Workflow.Actions namespace