最佳解答者
VB.NET POP3/SMTP Email Library Question

問題
解答
-
Hi Chi,
There is no build in pop3 client library but many open source projects and software makers tried to make this happen, FYI:
- http://forums.msdn.microsoft.com/en-US/vbgeneral/thread/8048c0fb-d476-47e6-b235-f98c1cff35bc
- http://www.codeproject.com/KB/IP/Pop3MailClient.aspx
Colt2008年7月4日 15:32 -
Hi Chi,
I haven't tried the OpenPop and Pop3MailClient POP3 components, but I heard many good feedbacks about AspNetPop3 in the community. FYI: http://www.advancedintellect.com/product.aspx?pop3
Regards,
Colt
2008年7月7日 8:27
所有回覆
-
Hi Chi,
There is no build in pop3 client library but many open source projects and software makers tried to make this happen, FYI:
- http://forums.msdn.microsoft.com/en-US/vbgeneral/thread/8048c0fb-d476-47e6-b235-f98c1cff35bc
- http://www.codeproject.com/KB/IP/Pop3MailClient.aspx
Colt2008年7月4日 15:32 -
Hi Colt
Thanks for your information, I have tried to play around it. Unfortunately, I am not sure how to get OpenPop work, I used the VS converter to convert the code to VS2005, and it does not work again : (. I tried to find some tutorial for it, but I could not find any online.
For Pop3MailClient, it does not seem to support attachment.
Do you have any library that you recommend?
Many thanks2008年7月7日 8:15 -
Hi Chi,
I haven't tried the OpenPop and Pop3MailClient POP3 components, but I heard many good feedbacks about AspNetPop3 in the community. FYI: http://www.advancedintellect.com/product.aspx?pop3
Regards,
Colt
2008年7月7日 8:27 -
Hi Colt
Thanks for your quick reply. Sorry i am quite stupid, I tried AspNetPop3, it does not seems to work on my VB application.
It return an error about <<System.Net.Sockets.SocketException = {"An established connection was aborted by the software in your host machine"}>>
I tried to follow their FAQ to reload the Lic file. but it does not seems to work as well.
I would be grateful if you can recommend some more Free POP3 Library for me.
Thanks a lot.2008年7月7日 9:19 -
Hi Colt,
Thanks for your information, I've forgotten that I can email them for technical support for the error I have as well.
Here it is another Library I found online for free, which seems quite good.
http://www.a1vbcode.com/snippet-3383.asp
Many thanks2008年7月8日 7:31