Does CDO mail require a reference?

M

Michelle

Hello I'm trying to use Ron de Bruin's CDO code on a laptop with Vista on. I
am running Office 2003. I use both Outlook on the machine, but need CDO so I
don't get the security warnings.

When I run the first line: Set iMsg = CreateObject("CDO.Message")

I get the error message:

Run-time error '429'
ActiveX component can't create object

Anyone know why that might be? Is there a reference that I need? Or an
alternative to bypass Outlook's security warnings?

Michelle
 
J

Jim Rech

You use CreateObject so you do not need a reference. This isn't my area but
as I recall you have to install CDO from the Office CD.

--
Jim
| Hello I'm trying to use Ron de Bruin's CDO code on a laptop with Vista on.
I
| am running Office 2003. I use both Outlook on the machine, but need CDO so
I
| don't get the security warnings.
|
| When I run the first line: Set iMsg = CreateObject("CDO.Message")
|
| I get the error message:
|
| Run-time error '429'
| ActiveX component can't create object
|
| Anyone know why that might be? Is there a reference that I need? Or an
| alternative to bypass Outlook's security warnings?
|
| Michelle
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top