EmailActivity Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to send an email message to the specified user or users.
The EmailActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmailActivity | Initializes an instance of the EmailActivity class. |
Top
Properties
Name | Description | |
---|---|---|
__Context | Gets or sets the WorkflowContext object that contains properties that are associated with the active workflow instance. | |
BCC | Gets or sets an ArrayList of user names or email addresses that represent the blind-copied recipients of the message. | |
Body | Gets or sets the body of the message. | |
CC | Gets or sets an ArrayList of user names or email addresses that represent the carbon-copied recipients of the message. | |
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 | Gets or sets the subject of the message. | |
To | Gets or sets an ArrayList of recipients of the message. | |
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 | |
---|---|---|
__ContextProperty | Represents a DependencyProperty object for the context of the email message. | |
BCCProperty | Represents a DependencyProperty object for the blind carbon-copied recipients of the email message. | |
BodyProperty | Represents a DependencyProperty object for the body of the email message. | |
CCProperty | Represents a DependencyProperty object for the carbon-copied recipients of the email message. | |
SubjectProperty | Represents a DependencyProperty object for the subject line of the email message. | |
ToProperty | Represents a DependencyProperty object for the To: line of the email message. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) |
Top