Re: error while using SmtpMail to send a simple html formatted message
- From: "sloan" <sloan@xxxxxxxxx>
- Date: Thu, 26 Jul 2007 16:41:11 -0400
I have complete sample code at:
http://sholliday.spaces.live.com/Blog/cns!A68482B9628A842A!138.entry
including sending html emails.
"DotNetJunkie" <DotNetJunkie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B2AB6439-76DA-434A-A71A-440AA117DFB6@xxxxxxxxxxxxxxxx
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
.
- Prev by Date: WebParts and Ajax - cannot find UpdatePanel
- Next by Date: article/cheat sheet on .NET formatting (ToString, String.Format)
- Previous by thread: WebParts and Ajax - cannot find UpdatePanel
- Next by thread: Re: error while using SmtpMail to send a simple html formatted message
- Index(es):
Relevant Pages
|