INetMailMessage.IsBodyHtml

Syntax

IsBodyHtml: Boolean;

Description

The IsBodyHtml property determines whether the message is sent in HTML format.

Comments

If the property is set to True, the message text is sent in the HTML format. The property is set to False by default, the message is sent as a plain text.

See also:

INetMailMessage