how to get inbox mails in listview using vb.net?
- by meenakshi
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.