/AWS1/CL_CNTINBOUNDADDLRECIP00¶
Information about the additional TO and CC recipients of an inbound email contact.
You can include up to 50 email addresses in total, distributed across DestinationEmailAddress, ToAddresses
, and CcAddresses
. This
total must include one required DestinationEmailAddress
. You can then specify up to
49 addresses allocated across ToAddresses
and CcAddresses
as
needed.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_toaddresses
TYPE /AWS1/CL_CNTEMAILADDRESSINFO=>TT_EMAILADDRESSRECIPIENTLIST
TT_EMAILADDRESSRECIPIENTLIST
¶
The additional recipients information present in to list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.
it_ccaddresses
TYPE /AWS1/CL_CNTEMAILADDRESSINFO=>TT_EMAILADDRESSRECIPIENTLIST
TT_EMAILADDRESSRECIPIENTLIST
¶
The additional recipients information present in cc list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.
Queryable Attributes¶
ToAddresses¶
The additional recipients information present in to list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOADDRESSES() |
Getter for TOADDRESSES, with configurable default |
ASK_TOADDRESSES() |
Getter for TOADDRESSES w/ exceptions if field has no value |
HAS_TOADDRESSES() |
Determine if TOADDRESSES has a value |
CcAddresses¶
The additional recipients information present in cc list. You must have 1 required recipient (
DestinationEmailAddress
). You can then specify up to 49 additional recipients (acrossToAddresses
andCcAddresses
), for a total of 50 recipients.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CCADDRESSES() |
Getter for CCADDRESSES, with configurable default |
ASK_CCADDRESSES() |
Getter for CCADDRESSES w/ exceptions if field has no value |
HAS_CCADDRESSES() |
Determine if CCADDRESSES has a value |