System.Web.Mail Issues Resolved

  • Thread starter Thread starter Agusitn Rodriguez
  • Start date Start date
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.
 
Hi Agustin,

Thank you very much for this important information. I believe that it will
be helpful to everybody here.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top