Discuss this help topic in SecureBlackbox Forum
Contains charset of the part contents.
Declaration
[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)
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