A
Agusitn Rodriguez
All:
FYI - I was able to fix many CDO exception related problems like "Could ot
access 'CDO.Message' object" in addition to others by using the following
work around.
<smtpMailObject>.smtpserver.insert(0,"server name")
insted of
<smtpMailObject>.smtpserver = "server name"
Agustin.
FYI - I was able to fix many CDO exception related problems like "Could ot
access 'CDO.Message' object" in addition to others by using the following
work around.
<smtpMailObject>.smtpserver.insert(0,"server name")
insted of
<smtpMailObject>.smtpserver = "server name"
Agustin.