Hi peeps,
I want to read mails from pop3 mail server without using any component, I mean thru standard(inbuilt) .NET components. I had written a code that reads all the mails but it returns mails in raw form (including headers and unparsed format).
Either suggest me any free asp.net pop3 and MIME parse component.
or tell me how to make my own to read mails and attachments..
I have included the code of my file that reads all the pop3 mails but problem is that they are unparsed and attachments are not read..Pls read the attached code and suggest the solution.
I want to read mails from pop3 mail server without using any component, I mean thru standard(inbuilt) .NET components. I had written a code that reads all the mails but it returns mails in raw form (including headers and unparsed format).
Either suggest me any free asp.net pop3 and MIME parse component.
or tell me how to make my own to read mails and attachments..
I have included the code of my file that reads all the pop3 mails but problem is that they are unparsed and attachments are not read..Pls read the attached code and suggest the solution.