0

我正在尝试使用 vb.net 从 Yahoo 帐户中检索邮件。我已经使用 openpopup (Pop3) 来做到这一点。这是我的代码

Using client As New Pop3Client()<br/>
If client.Connected Then 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/>

我坚持以下问题

The server did not accept user credentials while authenticating it, but I am sure that the credentials are correct (I can connect the server with this credentials)

我用我的 gmail、hotmail 和 aol 帐户尝试了相同的代码。它工作正常,但不适用于雅虎。当我尝试使用 yahoo 凭据进行身份验证时,出现以下错误。“服务器不接受用户凭据”。

请给我解决方案。

4

1 回答 1

0

只是为了清楚你有雅虎加或他们所说的对吗?你必须为雅虎的流行音乐访问付费。如果是这样,那些在 Outlook 或 Thunderbird 中工作的设置是否相同?

于 2013-09-04T13:34:46.540 回答