Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to create and send an email message to the specified users.
The SendEmail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SendEmail | Initializes a new instance of the SendEmail class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BCC | Gets or sets the recipients to blind-carbon copy (BCC) on the email message. |
![]() |
Body | Gets or sets the body text of the e-mail message. |
![]() |
CC | Gets or sets the recipients to carbon-copy (CC) on the e-mail message. |
![]() |
CorrelationToken | (Inherited from CallExternalMethodActivity.) |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
From | Gets or sets the email address of the sender of the message. |
![]() |
Headers | Gets or sets the email message headers. |
![]() |
IncludeStatus | Gets or sets a Boolean value that indicates whether to include information about the workflow status in the body of the email message. |
![]() |
InterfaceType | Returns the interface used to implement the activity. (Overrides CallExternalMethodActivity.InterfaceType.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
MethodName | Returns the interface method invoked by this activity. (Overrides CallExternalMethodActivity.MethodName.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
ParameterBindings | (Inherited from CallExternalMethodActivity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
Subject | Gets or sets the subject line of the email message. |
![]() |
To | Gets or sets the email address of the recipient of the message. |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
WorkflowId | Gets or sets the workflow ID of the workflow instance. |
![]() |
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.) |
![]() |
MethodInvoking | (Inherited from CallExternalMethodActivity.) |
![]() |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
BCCProperty | The DependencyProperty object that promotes the BCC property. |
![]() ![]() |
BodyProperty | The DependencyProperty object that promotes the Body property. |
![]() ![]() |
CCProperty | The DependencyProperty object that promotes the CC property. |
![]() ![]() |
FromProperty | The DependencyProperty object that promotes the From property. |
![]() ![]() |
HeadersProperty | The DependencyProperty object that promotes the Headers property. |
![]() ![]() |
IncludeStatusProperty | The DependencyProperty object that promotes the IncludeStatus property. |
![]() ![]() |
SubjectProperty | The DependencyProperty object that promotes the Subject property. |
![]() ![]() |
ToProperty | The DependencyProperty object that promotes the To property. |
![]() ![]() |
WorkflowIdProperty | The DependencyProperty object that promotes the WorkflowId property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from CallExternalMethodActivity.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from CallExternalMethodActivity.) |
Top