Parsing Emails

Malfunction

Junior Contributor
Joined
Dec 8, 2003
Messages
203
Location
Berlin, Germany
I copied and modified a little application that retrieves emails via pop3.
Now comes the hard part of parsing the data.

I found a pretty comprehensive solution here:
http://www.codeproject.com/csharp/mime_project.asp

to be honest it's probably too much. i can't view the help files and getting through all the relevant code for just using one feature might not be the best solution.
i'd prefer to code some of it myself anyways. maybe s.o. knows a different solution that is easier to adopt?
 
Back
Top