Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

In my application I'm trying to import a mail(.eml format) which contains images. while loading with mailMessage.Load("c:\fileLocation") it is loading only text in that mail and in the images place it showing like "cid:part3.06040300.08070104@xxx.xxx". I need to store all the email information into database.

I'm using Rebex .net framework for Reading email.
Please explain how I can load Content of the image with MIME or MailMessage.

Thanks
Dileep (Trainee software devloper)
Posted
Updated 2-May-13 20:11pm
v3

1 solution

Try Sasa extension for parsing .eml file

http://sourceforge.net/projects/sasa/[^]

It is very rich library for parsing email messages.
 
Share this answer
 
Comments
Dileep Mada 2-May-13 7:21am    
Thanks :)

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