| Don Baarns 2004-04-26, 11:36 am |
| I have a web site that sends mail via the Win2K SMTP
component via CDOSYS. I'm moving the site to a box which
has Exchange 2000 installed on the box.
I'm making lots of assumtions and want to see if someone
can verify/set me straight.
I assume the SMTP component isn't available in the ISM
because Exchange is a superset of the SMTP functionality.
I'm also assuming that same "CreateObject("CDO.Message")"
I used on the old box will work with CDOEX.
The box has two "drop locations". It still has the one in
the InetPub folder structure, but I suspect that one is a
left over from the install before Exchange was installed.
I assume I have to set the Pickup location to the Exchange
folder structure.
I'm assuming this is in the ".Item
("http://schemas.microsoft.com/cdo/configuration/smtpserver
pickupdirectory") code.
All input/ideas welcomed!
|