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. |
Public Fields
Name | Description | |
---|---|---|
ActivityContextGuidProperty | (Inherited from Activity) | |
CancelingEvent | (Inherited from Activity) | |
ClosedEvent | (Inherited from Activity) | |
CompensatingEvent | (Inherited from Activity) | |
EmailTemplateProperty | The DependencyProperty object that promotes the EmailTemplate property. | |
ExecutingEvent | (Inherited from Activity) | |
FaultingEvent | (Inherited from Activity) | |
StatusChangedEvent | (Inherited from Activity) | |
ToProperty | This API is currently not supported. |
Public Properties (see also Protected Properties)
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity) | |
Description | (Inherited from Activity) | |
EmailTemplate | Specifies the EmailTemplate Object that will be used to mail notifications. This API is currently not supported. | |
Enabled | (Inherited from Activity) | |
EnabledActivities | (Inherited from CompositeActivity) | |
ExecutionResult | (Inherited from Activity) | |
ExecutionStatus | (Inherited from Activity) | |
IsDynamicActivity | (Inherited from Activity) | |
Name | (Inherited from Activity) | |
Parent | (Inherited from Activity) | |
QualifiedName | (Inherited from Activity) | |
Site | (Inherited from DependencyObject) | |
SuppressException | If true, errors encountered by the activity will not cause exceptions to be thrown by the activity. This API is currently not supported. | |
To | Contains a list of users, sets or lookup parameters that will be resolved at runtime. This API is currently not supported. | |
UserData | (Inherited from DependencyObject) |
Protected Properties
Name | Description | |
---|---|---|
CanModifyActivities | (Inherited from CompositeActivity) | |
DesignMode | (Inherited from DependencyObject) | |
ParentDependencyObject | (Inherited from DependencyObject) | |
WorkflowInstanceId | (Inherited from Activity) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
AddHandler | (Inherited from DependencyObject) | |
Clone | (Inherited from Activity) | |
Dispose | Overloaded. (Inherited from CompositeActivity) | |
Equals | Overloaded. (Inherited from Object) | |
GetActivityByName | Overloaded. (Inherited from Activity) | |
GetBinding | (Inherited from DependencyObject) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
GetValue | (Inherited from DependencyObject) | |
GetValueBase | (Inherited from DependencyObject) | |
IsBindingSet | (Inherited from DependencyObject) | |
Load | Overloaded. (Inherited from Activity) | |
MetaEquals | (Inherited from DependencyObject) | |
ReferenceEquals | (Inherited from Object) | |
RegisterForStatusChange | (Inherited from Activity) | |
RemoveHandler | (Inherited from DependencyObject) | |
RemoveProperty | (Inherited from DependencyObject) | |
Save | Overloaded. (Inherited from Activity) | |
SetBinding | (Inherited from DependencyObject) | |
SetValue | (Inherited from DependencyObject) | |
SetValueBase | (Inherited from DependencyObject) | |
ToString | (Inherited from Activity) | |
UnregisterForStatusChange | (Inherited from Activity) |
Protected Methods
Name | Description | |
---|---|---|
ApplyWorkflowChanges | (Inherited from CompositeActivity) | |
Cancel | (Inherited from SequenceActivity) | |
Dispose | Overloaded. (Inherited from CompositeActivity) | |
Execute | This API is currently not supported. (Inherited from SequenceActivity) | |
Finalize | (Inherited from DependencyObject) | |
GetBoundValue | (Inherited from DependencyObject) | |
GetDynamicActivities | (Inherited from CompositeActivity) | |
GetInvocationList | (Inherited from DependencyObject) | |
HandleFault | (Inherited from SequenceActivity) | |
Initialize | This API is currently not supported. (Inherited from CompositeActivity) | |
InitializeProperties | (Inherited from DependencyObject) | |
Invoke | Overloaded. (Inherited from Activity) | |
MemberwiseClone | (Inherited from Object) | |
OnActivityChangeAdd | (Inherited from CompositeActivity) | |
OnActivityChangeRemove | (Inherited from SequenceActivity) | |
OnActivityExecutionContextLoad | Overridden. This API is currently not supported. | |
OnActivityExecutionContextUnload | (Inherited from CompositeActivity) | |
OnClosed | (Inherited from Activity) | |
OnListChanged | (Inherited from CompositeActivity) | |
OnListChanging | (Inherited from CompositeActivity) | |
OnSequenceComplete | (Inherited from SequenceActivity) | |
OnWorkflowChangesCompleted | (Inherited from SequenceActivity) | |
RaiseEvent | (Inherited from Activity) | |
RaiseGenericEvent | (Inherited from Activity) | |
SetBoundValue | (Inherited from DependencyObject) | |
SetReadOnlyPropertyValue | (Inherited from DependencyObject) | |
TrackData | Overloaded. (Inherited from Activity) | |
Uninitialize | This API is currently not supported. (Inherited from CompositeActivity) |
Public Events
Name | Description | |
---|---|---|
Canceling | (Inherited from Activity) | |
Closed | (Inherited from Activity) | |
Compensating | (Inherited from Activity) | |
Executing | (Inherited from Activity) | |
Faulting | (Inherited from Activity) | |
StatusChanged | (Inherited from Activity) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Workflow.ComponentModel.IActivityEventListener.OnEvent | (Inherited from SequenceActivity) | |
System.ComponentModel.IComponent.Disposed | (Inherited from DependencyObject) |