Name | Description | |
---|---|---|
SendEmail Constructor | Default Constructor |
The following tables list the members exposed by SendEmail.
Name | Description | |
---|---|---|
SendEmail Constructor | Default Constructor |
Name | Description | |
---|---|---|
ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
Name | Description | |
---|---|---|
Attachments | Allows for an email attachment. | |
BCCAddress | The BCC Address to include in the email. | |
BodyMessage | The Body message of the email. | |
CCAddress | The CC Address to include in the email. | |
DisplayName | (Inherited from System.Activities.Activity) | |
FromAddress | The Sender's email Address. | |
Id | (Inherited from System.Activities.Activity) | |
IsBodyHtml | When true, the email body will be evaluated as html. | |
SMTPServer | The Subject of the email. | |
Subject | The Subject of the email. | |
ToAddress | The Recipient's email Address. |
Name | Description | |
---|---|---|
AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
Constraints | (Inherited from System.Activities.Activity) | |
Implementation | (Inherited from System.Activities.NativeActivity) | |
UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
Name | Description | |
---|---|---|
ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) | |
ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
AfterExecute | Overridden. Disposes of the MailMessage object | |
CacheMetadata | Overloaded. Overridden. Registers Metadata and validation errors | |
Cancel | Overridden. Cancels the Async Sending of Email | |
Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) | |
ExecuteNonblocking | Overridden. Sends the email message | |
OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity) | |
PrepareToExecute | Overridden. Prepares to the email message to be sent | |
UpdateInstance | (Inherited from System.Activities.NativeActivity) |