Discuss this help topic in SecureBlackbox Forum
Specifies the charset for the message, used when assembling the message.
Declaration
[VB.NET]
Property Charset As String
[Pascal]
property Charset : string;
[C++]
void get_Charset(std::string &OutResult);
void set_Charset(const std::string &Value);
[PHP]
string get_Charset()
void set_Charset(string $Value)
[Java]
String getCharset();
void setCharset(String Value);
Description
Use this property to specify desired message charset.
This property is used when short form of AssembleMessage() method is called.
Discuss this help topic in SecureBlackbox Forum