The IResponse::putCharSet method sets the value of the Charset property of the Response object.
HRESULT put_CharSet(
  BSTR bstrCharset      //a binary string that contains the new 
                        // Character Set value
);
 You can use the CharSet value to set the character set to use when displaying the current Response object.
Response Object, IResponse::get_CharSet