Row - Amazon SES Mail Manager API
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

Row

A result row containing metadata for an archived email message.

Contents

ArchivedMessageId

The unique identifier of the archived message.

Type: String

Required: No

Cc

The email addresses in the CC header.

Type: String

Required: No

Date

The date the email was sent.

Type: String

Required: No

Envelope

The SMTP envelope information of the email.

Type: Envelope object

Required: No

From

The email address of the sender.

Type: String

Required: No

HasAttachments

A flag indicating if the email has attachments.

Type: Boolean

Required: No

IngressPointId

The ID of the ingress endpoint through which the email was received.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Required: No

InReplyTo

The email message ID this is a reply to.

Type: String

Required: No

MessageId

The unique message ID of the email.

Type: String

Required: No

ReceivedHeaders

The received headers from the email delivery path.

Type: Array of strings

Required: No

ReceivedTimestamp

The timestamp of when the email was received.

Type: Timestamp

Required: No

SenderHostname

The name of the host from which the email was received.

Type: String

Required: No

SenderIpAddress
  • Mail archived with Mail Manager: The IP address of the client that connects to the ingress endpoint.

  • Mail sent through a configuration set with the archiving option enabled: The IP address of the client that makes the SendEmail API call.

Type: String

Required: No

SourceArn

Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a Configuration Set's Archive ARN.

Type: String

Required: No

Subject

The subject header value of the email.

Type: String

Required: No

To

The email addresses in the To header.

Type: String

Required: No

XMailer

The user agent that sent the email.

Type: String

Required: No

XOriginalMailer

The original user agent that sent the email.

Type: String

Required: No

XPriority

The priority level of the email.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: