Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: RE: Error Type: CDO.Message.1 (0x80040220)


Message #1 by "Steve W" <swyand@h...> on Tue, 4 Sep 2001 03:31:46
Vanilla!



> Are you using vanilla IIS or is your site "hosted" by someone who has

> "Customized?"

> 

> > -----Original Message-----

> > From: Steve W [mailto:swyand@h...]

> > Sent: Tuesday, August 28, 2001 6:50 PM

> > To: ASP CDO

> > Subject: [asp_cdo] Error Type: CDO.Message.1 (0x80040220)

> >

> >

> > Can't find any info on this.. I believe that office xp has 

changed/update

> > the cdo objects

> >

> > I'm recv'ing an error with this code............

> >

> > <%

> > Set objMessage = CreateObject("CDO.Message")

> > With objMessage

> > 	.From = "webmaster@v..."

> > 	.To = "webmaster@v..."

> > 	.Subject = "Here comes a Subject"

> > 	.HTMLBody = "<html><body> Here is an HTML body! </body></htm>"

> > 	.AutoGenerateTextBody = False

> > 	.TextBody = "Here is a text body"

> > 	.Send

> > End With

> > %>

> >

> > ERROR is:

> >

> >

> > CDO.Message.1 (0x80040220)

> > The "SendUsing" configuration value is invalid.

> >

> > Any thoughts,  oh yeah.... this works on other w2k boxes and I have

> > removed and reinstalled smtp services

> >

> > thx in advance,

> >

> > ../Steve

> >


  Return to Index