This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Hi, I want to access email account to get email in ASP. What object (component) I can use to implement it? please help me. Thanks
-sunny999(gigi);
2003-2-16
(#1044563@0)
-
set Mailer = Server.CreateObject("CDONTS.NewMail")
-semaphore(巾帼不让须眉);
2003-2-17
(#1045782@0)
-
"CDONTS.NewMail" just for sending email. But I want to retrieve the email in Inbox.
-sunny999(gigi);
2003-2-18
(#1049064@0)
-
好象见过别人用WinSock组件做过,代码不太长,但功能很弱。我没试过,因为觉得太原始,应该有更好的办法。
-rube(乡巴佬);
2003-2-18
(#1049244@0)
-
俺写过, 还写过base64编码的, 嘿嘿
-uid(㊣Miracle);
2003-2-18
(#1049255@0)
-
telnet mailhost 110<<!
blah blah blah
!
-mocha(Hand Craft);
2003-2-18
(#1049302@0)