Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a problem about email message format converting. I want to write a program in MFC to convert the EML format email message to MSG format, does anyone knows how to do it? Thank you!
Posted

1 solution

See here[^] for specification of .eml files, and see here[^] for .msg format. You may find it easier to use the Outlook object model to create the .msg file (search MSDN for details).
 
Share this answer
 
Comments
CPallini 10-May-19 3:58am    
5.
Richard MacCutchan 10-May-19 4:33am    
Thanks, but why did you wait so long?
CPallini 10-May-19 8:14am    
Be patient, Richard.
Richard MacCutchan 10-May-19 8:29am    
Well I am usually, but ... :)
CPallini 10-May-19 8:44am    
You had been very patient and eventually you've been rewarded for your time. :-D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900