How do I read the received emails using ASP .NET?
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
We can send mail using System.Net.Mail namespace in ASP .NET. But do we have any API to read mails via POP server using ASP .NET? Please help as I have not come across any such thing. Will I be able to read every details of the mail i.e. all the headers and the body?
-
We can send mail using System.Net.Mail namespace in ASP .NET. But do we have any API to read mails via POP server using ASP .NET? Please help as I have not come across any such thing. Will I be able to read every details of the mail i.e. all the headers and the body?
-