The SendEmailActivity type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SendEmailActivity |
Initializes a new instance of the SendEmailActivity class.
|
Methods
Properties
| Name | Description | |
|---|---|---|
| Bcc |
The Bcc property is used to set the Bcc recipients for the email message.
| |
| Body |
The Body property is used to specify the Body of the email message.
| |
| CC |
The CC property is used to set the CC recipients for the email message.
| |
| Description | (Inherited from Activity.) | |
| DesignMode | (Inherited from DependencyObject.) | |
| Enabled | (Inherited from Activity.) | |
| ExecutionResult | (Inherited from Activity.) | |
| ExecutionStatus | (Inherited from Activity.) | |
| From |
The From property is used to specify the From (Sender's) address for the email mesage.
| |
| HtmlBody |
The HTMLBody property is used to specify whether the Body is formatted as HTML (True) or not (False)
| |
| IsDynamicActivity | (Inherited from Activity.) | |
| Name | (Inherited from Activity.) | |
| Parent | (Inherited from Activity.) | |
| ParentDependencyObject | (Inherited from DependencyObject.) | |
| Port |
Specify the Port used for SMTP. The default is 25.
| |
| QualifiedName | (Inherited from Activity.) | |
| ReplyTo |
The email address that should be used for reply messages.
| |
| Site | (Inherited from DependencyObject.) | |
| SmtpHost |
The SMTP host is the machine running SMTP that will send the email. The default is 'localhost'
| |
| Subject |
The Subject property is used to specify the subject of the Email message."
| |
| To |
The To property is used to specify the receipient's email address.
| |
| UserData | (Inherited from DependencyObject.) | |
| WorkflowInstanceId | (Inherited from Activity.) |
Events
| Name | Description | |
|---|---|---|
| Canceling | (Inherited from Activity.) | |
| Closed | (Inherited from Activity.) | |
| Compensating | (Inherited from Activity.) | |
| Executing | (Inherited from Activity.) | |
| FailedSentEmail |
The FailedSentEmail event is raised after an email is not sent.
| |
| Faulting | (Inherited from Activity.) | |
| SendingEmail |
The SendingEmail event is raised before an email is sent through SMTP.
| |
| SentEmail |
The SentEmail event is raised after an email is sent through SMTP.
| |
| StatusChanged | (Inherited from Activity.) |