How to create a web-based Email Client in .NET?
        Posted  
        
            by Blankman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blankman
        
        
        
        Published on 2008-12-19T19:25:05Z
        Indexed on 
            2010/03/25
            13:33 UTC
        
        
        Read the original article
        Hit count: 424
        
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.
© Stack Overflow or respective owner