EMail problems

  • Thread starter Thread starter Oleg
  • Start date Start date
O

Oleg

Hi folks,

I get the following error when sending an e-mail using
System.Web namespace:

Could not access 'CDO.Message' object.

My client is using Lotus Notes. It didn't help either
after he installed Outlook. Any clues?

Cheers,
Oleg
 
Hi

When you catch the exception, do an Exception.ToString(); This will give you
more information. The "Could not access 'CDO.Message' object." message is
displied for a number for a number of SMTP errors, Bad Server Name, Bad
Email Address.

Gary
 
Back
Top