vb.net - Pop3Client not authenticating for yahoo -


i trying retrieve mails yahoo account using vb.net. have used openpopup (pop3) that. here code

using client new pop3client()<br/> if client.connected client.disconnect()<br/> clientconnect("pop.mail.yahoo.com", 995, true)<br/> client.authenticate("yahoo username", "yahoo password",authenticationmethod.usernameandpassword)<br/> client.disconnect()<br/> return true<br/> end using<br/> 

i stuck following problem

the server did not accept user credentials while authenticating it, sure credentials correct (i can connect server credentials)

i tried same code gmail, hotmail , aol accounts. works fine not yahoo. when try authenticate yahoo credentials, got following error. "server did not accept user credentials".

please give me solution this.

just clear have yahoo plus or whatever they're calling right? have pay pop access on yahoo. if same settings work in outlook or thunderbird?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -