IMultiLanguage3 interface

Extends the IMultiLanguage2 interface by adding outbound text detection functionality to it.

Members

The IMultiLanguage3 interface inherits from IMultiLanguage2. IMultiLanguage3 also has these types of members:

  • Methods

Methods

The IMultiLanguage3 interface has these methods.

Method Description
DetectOutboundCodePage

Detects the encoding of outbound Unicode text.

DetectOutboundCodePageInIStream

Detects the encoding of outbound Unicode text. This method resembles IMultiLanguage3::DetectOutboundCodePage, except that the source text is in an IStream object.

 

Remarks

This interface is used by applications, such as Microsoft Outlook, to detect the encoding of outbound messages. Unicode text messages are parsed, and the most appropriate encoding is returned.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mlang.h

IDL

Mlang.idl

DLL

Mlang.dll

See also

IMultiLanguage2