Share via


IMultiLanguage3:IMultiLanguage2 (Windows CE 5.0)

Send Feedback

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 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.