Discuss this help topic in SecureBlackbox Forum

TElMessagePart.CharSet

TElMessagePart     


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


Contains charset of the part contents.

Declaration

[C#]
    string CharSet;

[VB.NET]
    Property CharSet As String

[Pascal]
    property CharSet : TString;

[C++]
    void get_CharSet(sb_u16string &OutResult);
    void get_CharSet(std::wstring &OutResult);
    void set_CharSet(const sb_u16string &Value);
    void set_CharSet(const std::wstring &Value);

[PHP]
    string get_CharSet()
    void set_CharSet(string $Value)

[Java]
    not available

Description

    Use this property to get or set charset of the part contents. Charset is defined primarily for the purpose of text data. However, it is possible that non-textual data also contains charset setting for some purpose.

Discuss this help topic in SecureBlackbox Forum