MimeOleSetCompatMode function

Do not use. Sets the MIMEOLE compatibility mode.

Syntax

HRESULT MimeOleSetCompatMode(
  _In_ DWORD dwMode
);

Parameters

dwMode [in]

Type: DWORD

Specifies the compatibility mode.

Value Meaning
MIMEOLE_COMPAT_OE5
0x00000001
Backward compatibility to Outlook Express 5.0.
MIMEOLE_COMPAT_MLANG2
0x00000002
Base multiple language support.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Always returns S_OK.

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)