public method IO2GMessageTableRow.getHTMLFragmentFlag

Brief

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

Declaration
C++
virtual bool  getHTMLFragmentFlag () = 0

Details

The possible return values are:

true

The message is in the HTML format.

false

The message is a plain text.

Declared in IO2GMessageRow

back