IResponse::put_CharSet

The IResponse::put_CharSet method sets the value of the Charset property of the Response object.

HRESULT put_CharSet(

  BSTR bstrCharset  // contains the new CharSet value

);

 

Parameters
bstrCharSet
[in] A binary string that contains the new CharSet value.
Remarks

You can use the CharSet value to set the character set to use when displaying the current Response object.

See Also

Response Object, IResponse::get_CharSet