Skip to content

/AWS1/CL_SE2GETMSGINSIGHTSRSP

Information about a message.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MESSAGEID TYPE /AWS1/SE2OUTBOUNDMESSAGEID /AWS1/SE2OUTBOUNDMESSAGEID

A unique identifier for the message.

IV_FROMEMAILADDRESS TYPE /AWS1/SE2INSIGHTSEMAILADDRESS /AWS1/SE2INSIGHTSEMAILADDRESS

The from address used to send the message.

IV_SUBJECT TYPE /AWS1/SE2EMAILSUBJECT /AWS1/SE2EMAILSUBJECT

The subject line of the message.

IT_EMAILTAGS TYPE /AWS1/CL_SE2MESSAGETAG=>TT_MESSAGETAGLIST TT_MESSAGETAGLIST

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.

IT_INSIGHTS TYPE /AWS1/CL_SE2EMAILINSIGHTS=>TT_EMAILINSIGHTSLIST TT_EMAILINSIGHTSLIST

A set of insights associated with the message.


Queryable Attributes

MessageId

A unique identifier for the message.

Accessible with the following methods

Method Description
GET_MESSAGEID() Getter for MESSAGEID, with configurable default
ASK_MESSAGEID() Getter for MESSAGEID w/ exceptions if field has no value
HAS_MESSAGEID() Determine if MESSAGEID has a value

FromEmailAddress

The from address used to send the message.

Accessible with the following methods

Method Description
GET_FROMEMAILADDRESS() Getter for FROMEMAILADDRESS, with configurable default
ASK_FROMEMAILADDRESS() Getter for FROMEMAILADDRESS w/ exceptions if field has no va
HAS_FROMEMAILADDRESS() Determine if FROMEMAILADDRESS has a value

Subject

The subject line of the message.

Accessible with the following methods

Method Description
GET_SUBJECT() Getter for SUBJECT, with configurable default
ASK_SUBJECT() Getter for SUBJECT w/ exceptions if field has no value
HAS_SUBJECT() Determine if SUBJECT has a value

EmailTags

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.

Accessible with the following methods

Method Description
GET_EMAILTAGS() Getter for EMAILTAGS, with configurable default
ASK_EMAILTAGS() Getter for EMAILTAGS w/ exceptions if field has no value
HAS_EMAILTAGS() Determine if EMAILTAGS has a value

Insights

A set of insights associated with the message.

Accessible with the following methods

Method Description
GET_INSIGHTS() Getter for INSIGHTS, with configurable default
ASK_INSIGHTS() Getter for INSIGHTS w/ exceptions if field has no value
HAS_INSIGHTS() Determine if INSIGHTS has a value