CancelScheduledEmail
Cancels a scheduled email.
Stored Procedure Specific Information
Id input is required. For example:
exec CancelScheduledEmail Id = '515abc'
Input
| Name | Type | Required | Description |
| Id | String | True | A scheduled email id, as returned by any of the SendMessage Stored Procedure or ScheduledEmails views. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful. |
| Id | String | the message's unique id. |
| CreatedAt | Datetime | the UTC timestamp when the message was created. |
| SendAt | Datetime | the UTC timestamp when the message will be sent. |
| FromEmail | String | The sending status of the recipient. |
| To | String | The email's sender address. |
| Subject | String | the email's subject |