Skip to main content

ISESV2GetMessageInsightsResponse

Interface in AWS.SESV2

Interface for GetMessageInsights responses.

Ancestors

Properties

EmailTags

property EmailTags: TList<ISESV2MessageTag>

Type: ISESV2MessageTag

A list of tags, in the form of name/value pairs, that were applied to the email you sent, along with Amazon SES Auto-Tags.

This property contains both custom tags that you specified when sending the email and automatic tags that Amazon SES added during the sending process for tracking and categorization purposes. Email tags provide a way to organize and categorize your messages for reporting, filtering, and analysis. Auto-Tags may include information about the sending configuration, message type, or other metadata that Amazon SES automatically assigns to help with message tracking.

FromEmailAddress

property FromEmailAddress: string

The from address used to send the message.

This property contains the email address that was specified as the sender when the message was sent. This is the address that appears in the "From" header of the email message. The from address must be a verified identity in your Amazon SES account and is subject to length constraints of 1 to 320 characters. This information helps identify the source of the message for tracking and analysis purposes.

Insights

property Insights: TList<ISESV2EmailInsights>

Type: ISESV2EmailInsights

A set of insights associated with the message.

This property contains detailed analytics and event data for each recipient of the message, organized by destination email address and Internet Service Provider (ISP). Each insight entry includes recipient-specific information such as the destination address, ISP details, and a complete event timeline showing delivery status, bounces, complaints, opens, clicks, and other engagement or delivery events. The insights data allows you to understand how different email providers handled your message and track the complete journey from sending to final delivery or failure.

MessageId

property MessageId: string

A unique identifier for the message.

This property returns the message ID that was specified in the request, confirming the identity of the message for which insights data is being provided. The message ID serves as a unique reference that can be used to correlate this insights data with the original email sending operation and any related logs or tracking information.

Subject

property Subject: string

The subject line of the message.

This property contains the subject line that was specified when the email message was sent. The subject appears in the recipient's email client and is an important identifier for the message. The subject line is subject to length constraints of 1 to 998 characters and provides context for identifying and categorizing the message when analyzing insights data across multiple emails.