/AWS1/CL_SE2EMAILINSIGHTS¶
An email's insights contain metadata and delivery information about a specific email.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_destination
TYPE /AWS1/SE2INSIGHTSEMAILADDRESS
/AWS1/SE2INSIGHTSEMAILADDRESS
¶
The recipient of the email.
iv_isp
TYPE /AWS1/SE2ISP
/AWS1/SE2ISP
¶
The recipient's ISP (e.g.,
Gmail
,Yahoo
, etc.).
it_events
TYPE /AWS1/CL_SE2INSIGHTSEVENT=>TT_INSIGHTSEVENTS
TT_INSIGHTSEVENTS
¶
A list of events associated with the sent email.
Queryable Attributes¶
Destination¶
The recipient of the email.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
Isp¶
The recipient's ISP (e.g.,
Gmail
,Yahoo
, etc.).
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISP() |
Getter for ISP, with configurable default |
ASK_ISP() |
Getter for ISP w/ exceptions if field has no value |
HAS_ISP() |
Determine if ISP has a value |
Events¶
A list of events associated with the sent email.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EMAILINSIGHTSLIST
¶
TYPES TT_EMAILINSIGHTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2EMAILINSIGHTS WITH DEFAULT KEY
.