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 | |
---|---|---|
BccProperty | ||
CCProperty | ||
EmailTemplateProperty | The DependencyProperty object that promotes the EmailTemplate property. | |
ToProperty | This API is currently not supported. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Activities | (Inherited from CompositeActivity) | |
Bcc | ||
CC | ||
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) |
Top
Protected Properties
Name | Description | |
---|---|---|
ParentDependencyObject | (Inherited from DependencyObject) | |
WorkflowInstanceId | (Inherited from Activity) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddHandler | (Inherited from DependencyObject) | |
Clone | (Inherited from Activity) | |
Dispose | (Inherited from DependencyObject) | |
Equals | (Inherited from Object) | |
GetActivityByName | (Inherited from Activity) | |
GetActivityByName | (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) | |
MetaEquals | (Inherited from DependencyObject) | |
RegisterForStatusChange | (Inherited from Activity) | |
RemoveHandler | (Inherited from DependencyObject) | |
RemoveProperty | (Inherited from DependencyObject) | |
Save | (Inherited from Activity) | |
Save | (Inherited from Activity) | |
SetBinding | (Inherited from DependencyObject) | |
SetValue | (Inherited from DependencyObject) | |
SetValueBase | (Inherited from DependencyObject) | |
ToString | Overridden. (Inherited from Object) | |
UnregisterForStatusChange | (Inherited from Activity) |
Top
Protected Methods
Top
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) |
Top
See Also
Reference
EmailNotificationActivity Class
Microsoft.ResourceManagement.Workflow.Activities Namespace