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
-
The IP address of the host from which the email was received.
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: