Class EmailSendingEvent
Email sending event.
Inheritance
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public sealed class EmailSendingEvent : Enum
Syntax (vb)
Public NotInheritable Class EmailSendingEvent
Inherits
Enum
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. |
value__ |
Fields
BOUNCE
(Hard bounce) The recipient's mail server permanently rejected the email.
public const EmailSendingEvent BOUNCE
Field Value
Type | Description |
---|---|
EmailSendingEvent |
Remarks
(Soft bounces are only included when SES fails to deliver the email after retrying for a period of time.)
CLICK
The recipient clicked one or more links in the email.
public const EmailSendingEvent CLICK
Field Value
Type | Description |
---|---|
EmailSendingEvent |
COMPLAINT
The email was successfully delivered to the recipient’s mail server, but the recipient marked it as spam.
public const EmailSendingEvent COMPLAINT
Field Value
Type | Description |
---|---|
EmailSendingEvent |
DELIVERY
SES successfully delivered the email to the recipient's mail server.
public const EmailSendingEvent DELIVERY
Field Value
Type | Description |
---|---|
EmailSendingEvent |
DELIVERY_DELAY
The email couldn't be delivered to the recipient’s mail server because a temporary issue occurred.
public const EmailSendingEvent DELIVERY_DELAY
Field Value
Type | Description |
---|---|
EmailSendingEvent |
Remarks
Delivery delays can occur, for example, when the recipient's inbox is full, or when the receiving email server experiences a transient issue.
OPEN
The recipient received the message and opened it in their email client.
public const EmailSendingEvent OPEN
Field Value
Type | Description |
---|---|
EmailSendingEvent |
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.
public const EmailSendingEvent REJECT
Field Value
Type | Description |
---|---|
EmailSendingEvent |
RENDERING_FAILURE
The email wasn't sent because of a template rendering issue.
public const EmailSendingEvent RENDERING_FAILURE
Field Value
Type | Description |
---|---|
EmailSendingEvent |
Remarks
This event type
can occur when template data is missing, or when there is a mismatch between
template parameters and data. (This event type only occurs when you send email
using the SendTemplatedEmail
or SendBulkTemplatedEmail
API operations.)
SEND
The send request was successful and SES will attempt to deliver the message to the recipient's mail server.
public const EmailSendingEvent SEND
Field Value
Type | Description |
---|---|
EmailSendingEvent |
Remarks
(If account-level or global suppression is being used, SES will still count it as a send, but delivery is suppressed.)
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.
public const EmailSendingEvent SUBSCRIPTION
Field Value
Type | Description |
---|---|
EmailSendingEvent |
value__
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |