G
Guest
Hi,
I am trying to send an email using System.Web.Mail.SmtpMail. I am getting
error: "Could not accessCDO.Message object"
It was a HTML formatted message, if I try to use Text BodyFormat it sent the
mail successfully. But my need is to send a HTML formatted message.
So I tried to unregister the CDOSys.dll -- successful
then I tried to register it back and got the error - "DllRegisterServer in
cdosys.dll failed. Return code was: 0x800704da"
Now while trying to send mail using SmtpMail I am getting error: "Could not
create CDO.Message object"
Now I can't send Html or Text BodyFormat messages.
Have someone encountered this problem before?
-DotNetJunkie
I am trying to send an email using System.Web.Mail.SmtpMail. I am getting
error: "Could not accessCDO.Message object"
It was a HTML formatted message, if I try to use Text BodyFormat it sent the
mail successfully. But my need is to send a HTML formatted message.
So I tried to unregister the CDOSys.dll -- successful
then I tried to register it back and got the error - "DllRegisterServer in
cdosys.dll failed. Return code was: 0x800704da"
Now while trying to send mail using SmtpMail I am getting error: "Could not
create CDO.Message object"
Now I can't send Html or Text BodyFormat messages.
Have someone encountered this problem before?
-DotNetJunkie