Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to developing email backup utility. I had downloaded emails from my server and stored them as .eml files so that i can view them even when i am offline. Now i want to read those eml files using c# and show the content including attachments. Can you please tell me how to read eml files with attachments using c#
Posted

Take a look at this article here at codeproject: Easily Retrieve Email Information from .EML Files[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Apr-13 10:56am    
Not a very good article, but hope it would be helpful enough, a 5.
—SA
Volynsky Alex 26-Apr-13 15:22pm    
Let's read:
http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/4e199362-88b2-4dfc-83e6-f391c37a92c4
 
Share this answer
 

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