CancelScheduledEmail
Cancels a scheduled email.
Stored Procedure-Specific Information
To run this procedure, you must specify the Id. For example:
EXEC CancelScheduledEmail Id = '515abc'
Input
| Name | Type | Required | Description |
| Id | String | True | The Id of the scheduled email, as returned by the SendMessage stored procedure or the ScheduledEmails view. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the operation was successful. |
| Id | String | The unique Id of the message. |
| CreatedAt | Datetime | The UTC timestamp when the message was created. |
| SendAt | Datetime | The UTC timestamp when the message will be sent. |
| FromEmail | String | The sender's email address. |
| To | String | The recipient's email address. |
| Subject | String | The subject of the email. |