MessageDsn class

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.

Constructors

MessageDsn({required String reportingMta, DateTime? arrivalDate, List<ExtensionField>? extensionFields})

Properties

arrivalDate DateTime?
When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.
final
extensionFields List<ExtensionField>?
Additional X-headers to include in the DSN.
final
hashCode int
The hash code for this object.
no setterinherited
reportingMta String
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited