Struct rusoto_ses::MessageDsn[][src]

pub struct MessageDsn {
    pub arrival_date: Option<String>,
    pub extension_fields: Option<Vec<ExtensionField>>,
    pub reporting_mta: String,
}

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

Fields

When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

Additional X-headers to include in the DSN.

The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.

Trait Implementations

impl Default for MessageDsn
[src]

Returns the "default value" for a type. Read more

impl Debug for MessageDsn
[src]

Formats the value using the given formatter. Read more

impl Clone for MessageDsn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MessageDsn
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for MessageDsn

impl Sync for MessageDsn