Josh
Fri Feb 23 07:35:46 CST 2007
The "NTS" in CDONTS stands for NT Server -- as in Windows NT 4.0.
Although CDONTS functions in Windows 2000, it does so only for
backward compatibility. You need to use "CDO for Windows 2000",
sometimes referred to as "cdosys". This is what's used in Windows
2000, XP, 2003, (and Vista?).
http://msdn.microsoft.com/library/en-us/dncdsys/html/cdo_roadmap.asp
http://msdn.microsoft.com/library/en-us/cdosys/html/ecdb51f4-5ba0-46d8-9c7c-7e4154a18f50.asp
http://msdn.microsoft.com/library/en-us/cdosys/html/4ca290b4-e701-4e4b-96df-ae000af9b239.asp
Putting the Configuration Object in the ASP Session
http://msdn2.microsoft.com/en-us/library/ms526308.aspx
Josh
On Mon, 19 Feb 2007 22:49:07 -0800, Hans
<Hans@discussions.microsoft.com> wrote:
>I am trying to run reports and send these by email. I found an article
>(186204) in the Knowledge base but no joy????
>I have a MailServer (which I believe has the SMTP server) a file server with
>IIS, and my own 'Client' also with IIS, and it is from this machine that I am
>trying to send the mail. (From the file server I can send mail, so why can't
>I get it right on my client?
>Any help to get me looking in the right place would be very welcom!!!!!!!