[MIME]

[Property]

Method

Event

 

Charset

ÀԷ¹޴ HTML ÆÄÀÏÀÇ Character-setÀ» ÁöÁ¤ÇÕ´Ï´Ù.

Syntax

    [get]HRESULT Charset(
    BSTR pVal
    );
    [put]HRESULT Charset(
    BSTR* newVal
    );

Parameters

[get] pVal

[out]ÇöÀç ¼³Á¤µÈ Character-setÀ» ¾ò½À´Ï´Ù.

[put] newVal

[in] HTMLÀÇ Character-setÀ» ¼³Á¤ÇÕ´Ï´Ù.

Sample Codes

dim x
x = mime.Charset
mime.Charset = "EUC-KR"

See Also

Encode