Download Mail Attachment using POP3 in C# winforms

Prashus

Newcomer
Joined
Dec 2, 2008
Messages
1
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.
 
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.
 
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.
 
Back
Top