This topic has been archived. It cannot be replied.
-
工作学习 / IT杂谈 / 问:有谁知道如何在VB(JAVA也可)中通过EXCHANGE SERVER发EMAIL(注:不使用第3方软件,EXCHANGE SERVER 和APPLICATION不在同一机器)
-nice2002(nice2002);
2002-3-27
(#421274@0)
-
控件:Microsoft MAPI control.
MAIPMessages和MAPISession,你自己看看帮助文件。
-awei(awei);
2002-3-27
(#421317@0)
-
but it seems MAPI/CDO only works for the local exchange server/SMTP Server,not remote exchange server.
-nice2002(nice2002);
2002-3-27
(#421866@0)
-
需要在远程Server也装这个DLL,就可以从别的机器上调了,我在ASP里用过。
-luoboyang(萝卜秧);
2002-3-27
(#421869@0)
-
I have no right to touch the exchange server because it's belong to ISP
-nice2002(nice2002);
2002-3-27
(#421898@0)
-
哈哈,原来如彼!当然好多ISP是不支持的,不然他们哪里受得了!
-luoboyang(萝卜秧);
2002-3-27
(#421906@0)
-
ISP uses Exchange server? What's on their mind?
-dennis2(Dennis);
2002-3-27
(#422012@0)
-
anything is possible,some company is small,some is big.
-nice2002(nice2002);
2002-3-27
(#422241@0)
-
CDO Or CDOEXM with exchange2000
-benbendan(笨笨蛋);
2002-3-27
(#421484@0)
-
CDO 应该可以exchange5.5 above.
用VB好像可以访问remote 的exchange,
用ASP的也可以, 但由于exchange 的安全机制,要和NT的帐号匹配, 如要想登录, web安全方式要设成NT challenge, 所以客户端只能IE.
-fxue(我要看世界杯);
2002-3-27
{175}
(#422876@0)
-
另外,需要在IIS中做SMTP的有关设定
-benbendan(笨笨蛋);
2002-3-30
(#426702@0)
-
能不能用JAVAX.MAIL?
-deepblue(deepblue);
2002-3-27
(#421873@0)
-
这个快,最多50行代码就搞定
-camcorder(Camcorder);
2002-3-27
(#422914@0)
-
用CDO+VB是5-10行代码搞定
-benbendan(笨笨蛋);
2002-3-30
(#426703@0)
-
a lots of free components which you could download from internet and could be used under VB or Java
-rootbear(啤酒晕头);
2002-3-27
(#421886@0)
-
can you give me some link for that?
-nice2002(nice2002);
2002-3-27
(#421905@0)
-
I do not think there are any component out there we can use for free.
-nice2002(nice2002);
2002-3-27
(#421976@0)
-
啤酒定理之一:你是专家,专家说[YES]的事,他说的是对的;专家说[NO]的事,很大可能他是错的。
-rootbear(啤酒晕头);
2002-3-27
{18}
(#422216@0)
-
thank you,thank you, I think I will go for WINSOCK,
-nice2002(nice2002);
2002-3-27
(#422243@0)
-
I saw this page.
-lilyba(Sunshine);
2002-3-27
(#422001@0)
-
this is MAPI,which is not working for remote mail server
-nice2002(nice2002);
2002-3-27
(#422034@0)
-
我忘了当时是用CDO还是MAPI, 代码就是VS帮助文件里的sample, 关键是那个client端的exchange client的设置, 你重新配置一下exchange client, 看一下有什么东西, 还有把配置名改成没空格的. .......
-axinsoft(过河卒子-怒);
2002-3-30
(#426720@0)
-
you can use Outlook object to implement it.
-ludouya(绿豆牙);
2002-3-30
(#427385@0)
-
could you give me more detail,thank you in advance
-nice2002(nice2002);
2002-3-30
(#427464@0)
-
我发现一个奇怪的现象,在同一台PC上用OUTLOOK 和JAVAMAIL(有AUTHENTICATE)发EMAIL只能发到自己DOMAIN里的EMAIL可是用MS EXCHANGE发可以发到DOMAIN 以外。
-std(std);
2002-3-30
(#427490@0)
-
smtp server is not allowed to be relayed to outside.
-nice2002(nice2002);
2002-3-31
(#427693@0)