SendTaskEmail Members
Include Protected Members
Include Inherited Members
Provides a mechanism for sending dynamically generated e-mail notifications of workflow tasks, including mail headers in the e-mail messages that give information about the task.
The SendTaskEmail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SendTaskEmail | Creates a new instance of the SendTaskEmail class. |
Top
Properties
Name | Description | |
---|---|---|
__ActivationProperties | ||
__Context | (Inherited from EmailActivity.) | |
BCC | (Inherited from EmailActivity.) | |
Body | (Inherited from EmailActivity.) | |
CC | (Inherited from EmailActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Name | (Inherited from Activity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
Subject | (Inherited from EmailActivity.) | |
To | (Inherited from EmailActivity.) | |
UserData | (Inherited from DependencyObject.) | |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
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
Fields
Name | Description | |
---|---|---|
__ActivationPropertiesProperty | The DependencyProperty object that promotes the __ActivationProperties property for use by the workflow runtime. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top