EmailActivity class

Defines a workflow activity that is used to send an email message to the specified user or users.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.EmailActivity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(EmailActivityValidator))> _
Public Class EmailActivity _
    Inherits Activity
'Usage
Dim instance As EmailActivity
[ActivityValidatorAttribute(typeof(EmailActivityValidator))]
public class EmailActivity : Activity

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

EmailActivity members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Activities Overview

Workflow Development Tools Comparison

Workflow Development in Office SharePoint Designer