How to create a web-based Email Client in .NET?
- by Blankman
I am creating a web based email client in .NET using a 3rd party component.
I just want to make sure I have the right idea:
I will first pull the emails in using POP
I will then parse each individual message that I got from POP using the MIME component right?
My choices for 3rd party are: Nsoftware, Quiksoft or Dart.
I am looking at Nsoftware right now though.