Represents an activity that sends a notification to a user or group based on an EmailTemplate Object that may have one or more fields that are populated at runtime. This API is currently not supported.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As EmailNotificationActivity

Syntax

Visual Basic
<DesignerAttribute(GetType(ActivityDesigner), GetType(IDesigner))> _
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
Public Class EmailNotificationActivity
		Inherits SequenceActivity
C#
[DesignerAttribute(typeof(ActivityDesigner), typeof(IDesigner))] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public class EmailNotificationActivity : SequenceActivity
C++
[DesignerAttribute(typeof(ActivityDesigner), typeof(IDesigner))] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public ref class EmailNotificationActivity : public SequenceActivity
J#
/** @attribute DesignerAttribute(System.Workflow.ComponentModel.Design.ActivityDesigner, System.ComponentModel.Design.IDesigner) */ 
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ 
public class EmailNotificationActivity extends SequenceActivity
JScript
DesignerAttribute(System.Workflow.ComponentModel.Design.ActivityDesigner, System.ComponentModel.Design.IDesigner) 
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) 
public class EmailNotificationActivity extends SequenceActivity

Remarks

This activity can be used in the Authorization and Action phases (see Request Processing).


Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
       System.Workflow.ComponentModel.CompositeActivity
         System.Workflow.Activities.SequenceActivity
          Microsoft.ResourceManagement.Workflow.Activities.EmailNotificationActivity

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.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also