Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:收邮件的问题

1楼
newsun2k 发表于:2024/4/4 11:29:00
用下面这个例子收邮件,结果老是报错:-ERR Unable to log on
但是我确信用户名和密码是正确的。
大概问题在哪里?

Dim pop3Server As String = "pop.163.com"
Dim pop3Port As Integer = "110"
Dim pop3UseSsl As Boolean = False
Dim username As String = username 
Dim password As String = password 

Using pop3 As New LumiSoft.Net.POP3.Client.POP3_Client()
pop3.Connect(pop3Server, pop3Port, pop3UseSsl)

pop3.Login(username, password )

Dim infos As object = pop3.messages()
msgbox(Infos.count)
End Using

[修改]利用LumiSoft通过pop协议或imap协议接收邮件实例(支持各种邮箱) - 专家坐堂 - Foxtable(狐表) - 新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
2楼
newsun2k 发表于:2024/4/5 10:30:00
解决了,要授权码。
不过有个新问题,如果回复邮件,原邮件的body咋弄成文本,贴在下面?
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02148 s, 2 queries.