Click here to Skip to main content
15,897,151 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to retrieve email attachment ,body and subject from email and
Save into database using pop3 client
In asp.net
Posted
Comments
Kornfeld Eliyahu Peter 5-Jan-15 14:36pm    
How do you read the mail itself? Can you show us some code?
sudevsu 5-Jan-15 15:30pm    
Yeah I have same question. How to read the email?

1 solution

The open-source library OpenPop.NET provides very thorough operation observing all those MIME types and other mail-related standards. Please see:
http://sourceforge.net/projects/hpop[^].

This library is not very well written and can be improved, but you can use it even as a reference, to find all what's involved.

—SA
 
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