Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflows in SharePoint Foundation
Workflow Activities for SharePoint Foundation