Prashus Posted December 2, 2008 Posted December 2, 2008 Hi My requirement is to read mail using POP3 and download the attachment.I am able to read the mail . Could some one guide me as how to download an attachment and store in the folder. Regards, Prashanth. Quote
Nate Bross Posted December 2, 2008 Posted December 2, 2008 Its not all that simple. You need to look into the MIME specification [to see where file starts and ends] and then take the data that's been Base64 encoded re-encode using normal encoding. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
sivasenthilram Posted March 24, 2009 Posted March 24, 2009 hi did u give me code for reading mail using pop3 i am new to .net Hi My requirement is to read mail using POP3 and download the attachment.I am able to read the mail . Could some one guide me as how to download an attachment and store in the folder. Regards, Prashanth. Quote
Nate Bross Posted April 13, 2009 Posted April 13, 2009 I've used this as a starting point to understand how to process pop3 data. http://www.codeproject.com/KB/IP/despop3client.aspx You should be able to use that as a launching point. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.