TransactionalCancelScheduledEmail
Cancel a scheduled email.
Stored Procedure Specific Information
Id input is required. For example:
exec TransactionalCancelScheduledEmail Id = '515abc'
Input
| Name | Type | Required | Description |
| Id | String | True | A scheduled email Id, as returned by any of the TransactionalSendMessage stored procedures or TransactionalScheduledEmails views. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates 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 is sent. |
| FromEmail | String | The sending status of the recipient. |
| To | String | The email's sender address. |
| Subject | String | The email's subject. |