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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top