SendEmail Class
Creates and sends an e-mail message to the specified users.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.CallExternalMethodActivity
Microsoft.SharePoint.WorkflowActions.SendEmail
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
<ToolboxBitmapAttribute(GetType(SendEmail), "Resources.SendEmail.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class SendEmail _
Inherits CallExternalMethodActivity
Dim instance As SendEmail
[ToolboxBitmapAttribute(typeof(SendEmail), "Resources.SendEmail.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
public sealed class SendEmail : CallExternalMethodActivity
Remarks
This activity implements the ISharePointService.SendEmail method.
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
Workflow Activities for Windows SharePoint Services Overview
How Windows SharePoint Services Processes Workflow Activities