IMimeInternational::CanConvertCodePages method

Determines whether the specified source code page can be translated to the specified destination code page.

Syntax

HRESULT CanConvertCodePages(
  [in] CODEPAGEID cpiSource,
  [in] CODEPAGEID cpiDest
);

Parameters

cpiSource [in]

Type: CODEPAGEID

Specifies the source code page ID. For more information, see CODEPAGEID.

cpiDest [in]

Type: CODEPAGEID

Specifies the destination code page ID. For more information, see CODEPAGEID.

Return value

Type: HRESULT

Returns one of the following values.

Return code Description
S_OK
Indicates that it is possible to convert from cpiSource to cpiDest.
S_FALSE
Indicates that the conversion is not possible.

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
IDL
Mimeole.idl
DLL
Inetcomm.dll (version 6.0 or later)