IResponse::putCharSet

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
);
 
Parameters
bstrCharSet
A binary string that contains the new Character Set 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


© 1997 by Microsoft Corporation. All rights reserved.