System.Web.Mail.SmtpMail

  • Thread starter Thread starter Bhuvan Pasham
  • Start date Start date
B

Bhuvan Pasham

I'm trying to develop a routine to send email directly
from an application.

After Executing the Statement
System.Web.Mail.SmtpMail.Send(myMessage)
the Error is raised.
Error#5 Could not access 'CDO.Message'object.
And I was unable to send the email.

Some body please explain me how to solve this error.
I'm working on Windows XP professional and also on Windows
2000 Pro.

Thanks
Bhuvan
 
Hello,

Bhuvan Pasham said:
I'm trying to develop a routine to send email directly
from an application.

After Executing the Statement
System.Web.Mail.SmtpMail.Send(myMessage)
the Error is raised.
Error#5 Could not access 'CDO.Message'object.
And I was unable to send the email.

Some body please explain me how to solve this error.
I'm working on Windows XP professional and also on Windows
2000 Pro.

Have a Google Groups Search for this problem.

HTH,
Herfried K. Wagner
 
I *think* IIS needs to be installed for this to work, but don't quote me.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
 

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