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
 
Back
Top