Discuss this help topic in SecureBlackbox Forum
Containes the HTML body of the message.
Declaration
[C#]
TElStringList BodyHTML;
[VB.NET]
Property BodyHTML As TElStringList
[Pascal]
property BodyHTML: TElStringList;
[C++]
TElStringList* get_BodyHTML();
void set_BodyHTML(TElStringList &Value);
void set_BodyHTML(TElStringList *Value);
[PHP]
TElStringList get_BodyHTML()
void set_BodyHTML(TElStringList $Value)
[Java]
TElStringList getBodyHTML();
void setBodyHTML(TElStringList Value);
Description
Use this property to manipulate the HTML body of the message.
Discuss this help topic in SecureBlackbox Forum