I am wondering if this project will allow me to simply read an email message.
I have email messages stored on the C:/ drive and i am able to stream them into an ASP.NET web page as plain text, but my ultimate goal is to be able to read the email message based on it's content-type. I also need to be able to properly display embedded images.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am wondering if this project will allow me to simply read an email message.
I have email messages stored on the C:/ drive and i am able to stream them into an ASP.NET web page as plain text, but my ultimate goal is to be able to read the email message based on it's content-type. I also need to be able to properly display embedded images.
You could use SharpMimeTools[1] to parse the message. On [2] you have some samples.
[1] <http://anmar.eu.org/projects/sharpmimetools/>
[2] <http://anmar.eu.org/projects/sharpmimetools/sdk-devel/anmar.SharpMimeTools.SharpMessage.html>