Discuss this help topic in SecureBlackbox Forum
Specifies if the message body is a HTML hyper-text.
Declaration
[VB.NET]
Property IsHTML As Boolean
[Pascal]
property IsHTML: boolean;
[C++]
bool get_IsHTML();
void set_IsHTML(bool Value);
[PHP]
bool get_IsHTML()
void set_IsHTML(bool $Value)
[Java]
boolean getIsHTML();
void setIsHTML(boolean Value);
Description
Use this property to specify whether the message body is a HTML hyper-text.
Discuss this help topic in SecureBlackbox Forum