Skip to content

/AWS1/CL_SEBMESSAGEBODY

The textual body content of an email message.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TEXT TYPE /AWS1/SEBSTRING /AWS1/SEBSTRING

The plain text body content of the message.

IV_HTML TYPE /AWS1/SEBSTRING /AWS1/SEBSTRING

The HTML body content of the message.

IV_MESSAGEMALFORMED TYPE /AWS1/SEBBOOLEAN /AWS1/SEBBOOLEAN

A flag indicating if the email was malformed.


Queryable Attributes

Text

The plain text body content of the message.

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT, with configurable default
ASK_TEXT() Getter for TEXT w/ exceptions if field has no value
HAS_TEXT() Determine if TEXT has a value

Html

The HTML body content of the message.

Accessible with the following methods

Method Description
GET_HTML() Getter for HTML, with configurable default
ASK_HTML() Getter for HTML w/ exceptions if field has no value
HAS_HTML() Determine if HTML has a value

MessageMalformed

A flag indicating if the email was malformed.

Accessible with the following methods

Method Description
GET_MESSAGEMALFORMED() Getter for MESSAGEMALFORMED, with configurable default
ASK_MESSAGEMALFORMED() Getter for MESSAGEMALFORMED w/ exceptions if field has no va
HAS_MESSAGEMALFORMED() Determine if MESSAGEMALFORMED has a value