/AWS1/CL_PPEDESTINATION¶
An object that describes the recipients for an email.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_TOADDRESSES
TYPE /AWS1/CL_PPEEMAILADDRESSLIST_W=>TT_EMAILADDRESSLIST
TT_EMAILADDRESSLIST
¶
An array that contains the email addresses of the "To" recipients for the email.
IT_CCADDRESSES
TYPE /AWS1/CL_PPEEMAILADDRESSLIST_W=>TT_EMAILADDRESSLIST
TT_EMAILADDRESSLIST
¶
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
IT_BCCADDRESSES
TYPE /AWS1/CL_PPEEMAILADDRESSLIST_W=>TT_EMAILADDRESSLIST
TT_EMAILADDRESSLIST
¶
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
Queryable Attributes¶
ToAddresses¶
An array that contains the email addresses of the "To" recipients for the email.
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¶
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
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 |
BccAddresses¶
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BCCADDRESSES() |
Getter for BCCADDRESSES, with configurable default |
ASK_BCCADDRESSES() |
Getter for BCCADDRESSES w/ exceptions if field has no value |
HAS_BCCADDRESSES() |
Determine if BCCADDRESSES has a value |