how to get inbox mails in listview using vb.net?
        Posted  
        
            by meenakshi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by meenakshi
        
        
        
        Published on 2010-04-23T09:39:50Z
        Indexed on 
            2010/04/23
            9:43 UTC
        
        
        Read the original article
        Hit count: 300
        
.NET
I'm trying to collect (yahoo,gmail,hotmail etc.,)inbox mails uding vb.net?
i tried this using tcpclient,
     First i got the tcpclient connection,and get response data from server for
(gmail --host--> "pop.gmail.com") got response like
      "+OK Gpop ready for requests from 122.174.183.249 b15pf3378725rvn.27"
  second,i'm trying to get response data from server for my username and password 
      it shows message 
    "Unable to read data from the transport connection:
     An established  connection  was aborted by the software in your host machine."
how can i solve this? Please help me.
© Stack Overflow or respective owner