|
 |
asp_cdo thread: using cdo(nts) in win XP
Message #1 by neocortex2k@h... on Wed, 17 Oct 2001 20:57:38
|
|
Hello Developers
could someone pls clarify the use of CDO(NTS/SYS) in asp when suing
windows XP (IIS 5.1). I tried yusing the CDO.Newmail method, but it
completly bombed out.
Cheers in Advance
NeoCortex
Message #2 by "Siegfried Weber" <sweber@c...> on Thu, 18 Oct 2001 09:08:01 +0200
|
|
Windows XP (and the forthcoming Windows .NET Server) do no longer
support CDONTS. CDOSYS has been introduced with Windows 2000 about two
years ago and this is the way to go.
CDO.Newmail is an unknown ProgID (at least to me). CDONTS uses
"CDONTS.Newmail" and CDOSYS "CDO.Message"
<Siegfried />
|
|
 |