Technical Leader

OpenStreamOnFile Does Not Support Unicode?

I have been working on converting .msg file to .eml files and I just couldn’t get anything to work correctly. I was wanting to have my small converter project work with Unicode. All the functions returned as though everything worked correctly, the only problem was that nothing was written out to the eml file.

I googled around and found the following post from Google Groups.

I will be watching the documentation for this function as I left snide remark for MSFT feedback.

I will be posting the converter project which I am using. I have written a C++ DLL to access the MAPI items, and then wrote a small wrapper C# DLL to make it easy for managed developers to use in there projects.