Skip to content

/AWS1/CL_QQCEMAILMSGTMPLCONT00

The body to use in email messages.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_plaintext TYPE REF TO /AWS1/CL_QQCMSGTMPLBODYCONTP00 /AWS1/CL_QQCMSGTMPLBODYCONTP00

The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.

io_html TYPE REF TO /AWS1/CL_QQCMSGTMPLBODYCONTP00 /AWS1/CL_QQCMSGTMPLBODYCONTP00

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.


Queryable Attributes

plainText

The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.

Accessible with the following methods

Method Description
GET_PLAINTEXT() Getter for PLAINTEXT

html

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.

Accessible with the following methods

Method Description
GET_HTML() Getter for HTML