/AWS1/CL_QQCEMAILMSGTMPLCONT¶
The content of the message template that applies to the email channel subtype.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_subject TYPE /AWS1/QQCNONEMPTYUNLIMITEDSTR /AWS1/QQCNONEMPTYUNLIMITEDSTR¶
The subject line, or title, to use in email messages.
io_body TYPE REF TO /AWS1/CL_QQCEMAILMSGTMPLCONT00 /AWS1/CL_QQCEMAILMSGTMPLCONT00¶
The body to use in email messages.
it_headers TYPE /AWS1/CL_QQCEMAILHEADER=>TT_EMAILHEADERS TT_EMAILHEADERS¶
The email headers to include in email messages.
Queryable Attributes¶
subject¶
The subject line, or title, to use in email messages.
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 |
body¶
The body to use in email messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BODY() |
Getter for BODY |
headers¶
The email headers to include in email messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HEADERS() |
Getter for HEADERS, with configurable default |
ASK_HEADERS() |
Getter for HEADERS w/ exceptions if field has no value |
HAS_HEADERS() |
Determine if HEADERS has a value |