Share via


HrCnvConvert

HrCnvConvert

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. The HrCnvConvert function performs the actual translation between message formats. When called, this function will be passed pointers to the object to be translated and to a stream object. HrCnvConvert should write the results of the translation to this stream object.

Translating outgoing messages means using MAPI calls to retrieve the relevant properties of the outgoing message and writing their values to the output stream in whatever format is appropriate for the foreign system. Translating incoming messages means interpreting the data of the incoming message (often just a stream of bytes) and writing the data to properties on the output message.

The IPM_IN and IPM_OUT sample conversion dynamic-link libraries (DLLs) contain examples of HrCnvConvert functions for converting RFC-822 messages (Internet style SMTP messages) to and from MAPI messages. These sample DLLs are located in the \SAMPLES\DbMsg\EXCHANGE directory.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.