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