Skip to content

/AWS1/CL_SE2EMAILTMPLCONTENT

The content of the email, composed of a subject line, an HTML part, and a text-only part.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_SUBJECT TYPE /AWS1/SE2EMAILTEMPLATESUBJECT /AWS1/SE2EMAILTEMPLATESUBJECT

The subject line of the email.

IV_TEXT TYPE /AWS1/SE2EMAILTEMPLATETEXT /AWS1/SE2EMAILTEMPLATETEXT

The email body that will be visible to recipients whose email clients do not display HTML.

IV_HTML TYPE /AWS1/SE2EMAILTEMPLATEHTML /AWS1/SE2EMAILTEMPLATEHTML

The HTML body of the email.


Queryable Attributes

Subject

The subject line of the email.

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

Text

The email body that will be visible to recipients whose email clients do not display HTML.

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 of the email.

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