public method O2GMessageTableRow.getHTMLFragmentFlag

Brief

Gets the flag indicating whether the message is in the HTML format or not.

Declaration
Java
boolean  getHTMLFragmentFlag ()

Details

The possible return values are:

true

The message is in the HTML format.

false

The message is a plain text.

Declared in O2GMessageRow

back