Skip to content

/AWS1/CL_PPEMESSAGE

Represents the email message that you're sending. The Message object consists of a subject line and a message body.

CONSTRUCTOR

IMPORTING

Required arguments:

IO_SUBJECT TYPE REF TO /AWS1/CL_PPECONTENT /AWS1/CL_PPECONTENT

The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

IO_BODY TYPE REF TO /AWS1/CL_PPEBODY /AWS1/CL_PPEBODY

The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.


Queryable Attributes

Subject

The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

Accessible with the following methods

Method Description
GET_SUBJECT() Getter for SUBJECT

Body

The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

Accessible with the following methods

Method Description
GET_BODY() Getter for BODY