/AWS1/CL_CNTEMAILADDRSUMMARY¶
Summary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/CNTEMAILADDRESSID /AWS1/CNTEMAILADDRESSID¶
The unique identifier of the email address associated with the queue.
iv_arn TYPE /AWS1/CNTEMAILADDRESSARN /AWS1/CNTEMAILADDRESSARN¶
The Amazon Resource Name (ARN) of the email address associated with the queue.
iv_isdefaultoutboundemail TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN¶
Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
Queryable Attributes¶
Id¶
The unique identifier of the email address associated with the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Arn¶
The Amazon Resource Name (ARN) of the email address associated with the queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
IsDefaultOutboundEmail¶
Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISDEFAULTOUTBOUNDEMAIL() |
Getter for ISDEFAULTOUTBOUNDEMAIL |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EMAILADDRESSMETADATALIST¶
TYPES TT_EMAILADDRESSMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEMAILADDRSUMMARY WITH DEFAULT KEY
.