Discuss this help topic in SecureBlackbox Forum

TElMessage.Charset

TElMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the charset for the message, used when assembling the message.

Declaration

[C#]
    string Charset;

[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.

See also:     BodyEncoding     HeaderEncoding     AssembleMessage    

Discuss this help topic in SecureBlackbox Forum