> I launch it thru a mapped drive
Why? If it's running on the local machine, and scheduled from the local
machine, use a local drive letter.
If you're trying to run it from another machine, you need to make sure it
can actually run *on that machine* -- that's where CDONTS.NewMail needs to
be available (and you need sufficient privileges to instantiate it
remotely). If the other system is Windows XP or Windows Server 2003, it
doesn't have CDONTS.NewMail. CDONTS has been deprecated anyway, so you
should use CDO.Message (see
http://www.aspfaq.com/2026).
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/