lspence:According to the link above you will have to pay for access to their pop servers, I don't think there is any other way of accessing them without paying.
I don't think they make their chat available to developers. You might want to have a look at some of the open source IM clients like Pidgin or Miranda IM to see how they do it. Just Google them for more information. Here is the list of public webservices and apis Yahoo makes available.
http://developer.yahoo.com/everything.html
Thanks for Reply again
i have another problem related to this code
i m using following code
http://www.jscape.com/emailfactorydotnet/docs/userguide/html/index.html?comppopathentication.html
and facing error
"An I/O Error occured: Jscape.Email.PopException: APOP authentication not supported.
at Jscape.Email.Pop.LoginAPOP(String banner)
at Jscape.Email.Pop.Connect()"
my code is
Pop myPop = new Pop("pop.myserver.com", "username", "password");
myPop.AuthMode = Pop.AUTH_APOP;// error is here
myPop.Connect();
please guide to solve it
i am trying to access the email from yahoo/gmail