public property O2GMessageRow.HTMLFragmentFlag

Brief

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

Declaration
C#
bool  HTMLFragmentFlag get;

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