IMultiLanguage3 (Windows Embedded CE 6.0)

1/6/2010

This interface extends the functionality of the IMultiLanguage2 interface by adding outbound text detection functionality to it. This interface inherits from the IMultiLanguage2 interface. This interface is not supported on all Windows Embedded CE-based operating systems. See the SDK documentation specific to your target device to see whether this functionality is supported.

Methods

The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

DetectOutboundCodePage

Detects the encoding of outbound Unicode text.

DetectOutboundCodePageInIStream

Detects the encoding of outbound Unicode text. This method resembles the IMultiLanguage3::DetectOutboundCodePage method, 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

Header mlang.h, mlang.idl
Library mlang.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Internet Explorer MLang Interfaces