Discuss this help topic in SecureBlackbox Forum
Returns the HTML formatted content.
Declaration
[C#/Java]
string HtmlContent;
[VB.NET]
Property HtmlContent As String
[Pascal]
property HtmlContent: string;
[C++]
void get_HtmlContent(std::string &OutResult);
[PHP]
string get_HtmlContent()
Description
Use this property to get the HTML formatted content of the reply.
Discuss this help topic in SecureBlackbox Forum