MimeOleSetDefaultCharset function

Do not use. Sets default character set to the specified value (on success).

Syntax

HRESULT MimeOleSetDefaultCharset(
  _In_ HCHARSET hCharset
);

Parameters

hCharset [in]

Type: HCHARSET

Specifies handle of character set to be made default.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates success.
MIME_E_INVALID_HANDLE
Indicates that hCharset is invalid.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Mimeole.h
Library
Inetcomm.lib
DLL
Inetcomm.dll (version 6.0 or later)