Acessing the attachments from email
HI,
I need to access attachments from an email and process the attachments programmatically. I dont mind if the email's are accesed from the server or from microsoft outlook. I also need to mark as read the emails of which the attahcments I have processed....Can someone help me out step by step.
I've been programming in C# for about 6 months or so,
vivek kulkarniPosted May 8, 2009, 11:51 AM
Hi,
Here is a link that will help you for extracting attachment.
http://www.codeproject.com/KB/IP/despop3client.aspx
A POP3 Client in C# .NET
Thank You,
luis reisPosted May 29, 2009, 5:44 PM
AbdulqadirPosted May 13, 2009, 9:08 AM
Thanks a lot for the link but I just figured it out this morning... (P.s. I had already visited the link before, It's a great article, but personally I didn't find it as useful)
Qadir