Hi,
trying to send an email from NT4.0 Server, SP6 installed with IE5.5 SP2, I receive following error:
ActiveX component can't create object: 'CDO.Message'
Code: 800A01AD
the code:
***
Set objEmail = CreateObject("CDO.Message"
objEmail.From = "me"
objEmail.To = "abc@site.com"
objEmail.Subject = subject
objEmail.Textbody = body
objEmail.Configuration.Fields.Item _
(" = 2
objEmail.Configuration.Fields.Item _
(" = _
"server_name"
objEmail.Configuration.Fields.Item _
(" = 25
objEmail.Configuration.Fields.Update
objEmail.Send
***
do you know what to do with that?
thanx
eduard
trying to send an email from NT4.0 Server, SP6 installed with IE5.5 SP2, I receive following error:
ActiveX component can't create object: 'CDO.Message'
Code: 800A01AD
the code:
***
Set objEmail = CreateObject("CDO.Message"
objEmail.From = "me"
objEmail.To = "abc@site.com"
objEmail.Subject = subject
objEmail.Textbody = body
objEmail.Configuration.Fields.Item _
(" = 2
objEmail.Configuration.Fields.Item _
(" = _
"server_name"
objEmail.Configuration.Fields.Item _
(" = 25
objEmail.Configuration.Fields.Update
objEmail.Send
***
do you know what to do with that?
thanx
eduard