Enum EmailSendingEvent
Email sending event.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum EmailSendingEvent
Syntax (vb)
Public Enum EmailSendingEvent
Synopsis
Fields
| BOUNCE | (Hard bounce) The recipient's mail server permanently rejected the email. |
| CLICK | The recipient clicked one or more links in the email. |
| COMPLAINT | The email was successfully delivered to the recipient’s mail server, but the recipient marked it as spam. |
| DELIVERY | SES successfully delivered the email to the recipient's mail server. |
| DELIVERY_DELAY | The email couldn't be delivered to the recipient’s mail server because a temporary issue occurred. |
| OPEN | The recipient received the message and opened it in their email client. |
| REJECT | SES accepted the email, but determined that it contained a virus and didn’t attempt to deliver it to the recipient’s mail server. |
| RENDERING_FAILURE | The email wasn't sent because of a template rendering issue. |
| SEND | The send request was successful and SES will attempt to deliver the message to the recipient's mail server. |
| SUBSCRIPTION | The email was successfully delivered, but the recipient updated their subscription preferences by clicking on an unsubscribe link as part of your subscription management. |
Fields
| Name | Description |
|---|---|
| BOUNCE | (Hard bounce) The recipient's mail server permanently rejected the email. |
| CLICK | The recipient clicked one or more links in the email. |
| COMPLAINT | The email was successfully delivered to the recipient’s mail server, but the recipient marked it as spam. |
| DELIVERY | SES successfully delivered the email to the recipient's mail server. |
| DELIVERY_DELAY | The email couldn't be delivered to the recipient’s mail server because a temporary issue occurred. |
| OPEN | The recipient received the message and opened it in their email client. |
| REJECT | SES accepted the email, but determined that it contained a virus and didn’t attempt to deliver it to the recipient’s mail server. |
| RENDERING_FAILURE | The email wasn't sent because of a template rendering issue. |
| SEND | The send request was successful and SES will attempt to deliver the message to the recipient's mail server. |
| SUBSCRIPTION | The email was successfully delivered, but the recipient updated their subscription preferences by clicking on an unsubscribe link as part of your subscription management. |