Row

class Row

A result row containing metadata for an archived email message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the archived message.

Link copied to clipboard
val cc: String?

The email addresses in the CC header.

Link copied to clipboard
val date: String?

The date the email was sent.

Link copied to clipboard

The SMTP envelope information of the email.

Link copied to clipboard
val from: String?

The email address of the sender.

Link copied to clipboard

A flag indicating if the email has attachments.

Link copied to clipboard

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

Link copied to clipboard

The email message ID this is a reply to.

Link copied to clipboard

The unique message ID of the email.

Link copied to clipboard

The received headers from the email delivery path.

Link copied to clipboard

The timestamp of when the email was received.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

The subject header value of the email.

Link copied to clipboard
val to: String?

The email addresses in the To header.

Link copied to clipboard

The user agent that sent the email.

Link copied to clipboard

The original user agent that sent the email.

Link copied to clipboard

The priority level of the email.

Functions

Link copied to clipboard
inline fun copy(block: Row.Builder.() -> Unit = {}): Row
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String