Skip to content

/AWS1/CL_PPEBODY

Represents the body of the email message.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_TEXT TYPE REF TO /AWS1/CL_PPECONTENT /AWS1/CL_PPECONTENT

An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

IO_HTML TYPE REF TO /AWS1/CL_PPECONTENT /AWS1/CL_PPECONTENT

An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.


Queryable Attributes

Text

An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT

Html

An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

Accessible with the following methods

Method Description
GET_HTML() Getter for HTML