EmailNotificationActivity Members

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.

The following tables list the members exposed by the EmailNotificationActivity type.

Public Constructors

  Name Description
  EmailNotificationActivity Creates a new instance of the EmailNotificationActivity class with default values. This API is currently not supported.

Top

Public Fields

  Name Description
public field static BccProperty  
public field static CCProperty  
public field static EmailTemplateProperty The DependencyProperty object that promotes the EmailTemplate property.
public field static ToProperty This API is currently not supported.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Activities  (Inherited from CompositeActivity)
public property Bcc  
public property CC  
public property Description  (Inherited from Activity)
public property EmailTemplate Specifies the EmailTemplate Object that will be used to mail notifications. This API is currently not supported.
public property Enabled  (Inherited from Activity)
public property EnabledActivities  (Inherited from CompositeActivity)
public property ExecutionResult  (Inherited from Activity)
public property ExecutionStatus  (Inherited from Activity)
public property IsDynamicActivity  (Inherited from Activity)
public property Name  (Inherited from Activity)
public property Parent  (Inherited from Activity)
public property QualifiedName  (Inherited from Activity)
public property Site  (Inherited from DependencyObject)
public property SuppressException If true, errors encountered by the activity will not cause exceptions to be thrown by the activity. This API is currently not supported.
public property To Contains a list of users, sets or lookup parameters that will be resolved at runtime. This API is currently not supported.
public property UserData  (Inherited from DependencyObject)

Top

Protected Properties

  Name Description
protected property ParentDependencyObject  (Inherited from DependencyObject)
protected property WorkflowInstanceId  (Inherited from Activity)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AddHandler  (Inherited from DependencyObject)
public method Clone  (Inherited from Activity)
public method Dispose  (Inherited from DependencyObject)
public method Equals  (Inherited from Object)
public method GetActivityByName  (Inherited from Activity)
public method GetActivityByName  (Inherited from Activity)
public method GetBinding  (Inherited from DependencyObject)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method GetValue  (Inherited from DependencyObject)
public method GetValueBase  (Inherited from DependencyObject)
public method IsBindingSet  (Inherited from DependencyObject)
public method MetaEquals  (Inherited from DependencyObject)
public method RegisterForStatusChange  (Inherited from Activity)
public method RemoveHandler  (Inherited from DependencyObject)
public method RemoveProperty  (Inherited from DependencyObject)
public method Save  (Inherited from Activity)
public method Save  (Inherited from Activity)
public method SetBinding  (Inherited from DependencyObject)
public method SetValue  (Inherited from DependencyObject)
public method SetValueBase  (Inherited from DependencyObject)
public method ToString  Overridden. (Inherited from Object)
public method UnregisterForStatusChange  (Inherited from Activity)

Top

Protected Methods

  Name Description
protected method ApplyWorkflowChanges  (Inherited from CompositeActivity)
protected method Cancel  Overridden. (Inherited from Activity)
protected method Dispose  Overridden. (Inherited from DependencyObject)
protected method Execute  Overridden. (Inherited from Activity)
protected method Finalize  Overridden. (Inherited from Object)
protected method GetBoundValue  (Inherited from DependencyObject)
protected method GetDynamicActivities  (Inherited from CompositeActivity)
protected method GetInvocationList  (Inherited from DependencyObject)
protected method HandleFault  Overridden. (Inherited from CompositeActivity)
protected method InitializeProperties  (Inherited from DependencyObject)
protected method MemberwiseClone  (Inherited from Object)
protected method OnActivityChangeRemove  Overridden. (Inherited from CompositeActivity)
protected method OnActivityExecutionContextLoad Overridden. This API is currently not supported.
protected method OnClosed  (Inherited from Activity)
protected method OnListChanged  (Inherited from CompositeActivity)
protected method OnListChanging  (Inherited from CompositeActivity)
protected method OnSequenceComplete  (Inherited from SequenceActivity)
protected method OnWorkflowChangesCompleted  Overridden. (Inherited from CompositeActivity)
protected method SetBoundValue  (Inherited from DependencyObject)
protected method TrackData  (Inherited from Activity)
protected method TrackData  (Inherited from Activity)

Top

Public Events

  Name Description
public event Canceling  (Inherited from Activity)
public event Closed  (Inherited from Activity)
public event Compensating  (Inherited from Activity)
public event Executing  (Inherited from Activity)
public event Faulting  (Inherited from Activity)
public event StatusChanged  (Inherited from Activity)

Top

See Also

Reference

EmailNotificationActivity Class
Microsoft.ResourceManagement.Workflow.Activities Namespace