/AWS1/CL_PPTSIMPLEEMAILPART¶
Specifies the subject or body of an email message, represented as textual email data and the applicable character set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_charset TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The applicable character set for the message content.
iv_data TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The textual data of the message content.
Queryable Attributes¶
Charset¶
The applicable character set for the message content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHARSET() |
Getter for CHARSET, with configurable default |
ASK_CHARSET() |
Getter for CHARSET w/ exceptions if field has no value |
HAS_CHARSET() |
Determine if CHARSET has a value |
Data¶
The textual data of the message content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |