Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CreateObject("CDOEXM.IMailboxStore") Error

Status
Not open for further replies.

lasombra

Programmer
Mar 22, 2002
26
0
0
CH
1. I create AD-Users by Script
2. Later I install Exchange 2000

Now I want to create a mailbox like this:
Code:
Dim objMailbox
Set objMailbox = CreateObject("CDOEXM.IMailboxStore")

I get the following error:
Code:
ActiveXcomponent can't create object: 'CDOEXM.IMailboxStore'
Code: 800A01AD
Microsoft VbScript runtime error

The DLL CDOEXM.dll was previous registred with regsvr32.exe

Why can't I create a mailbox?
 
I get the same error on CDO.Person (ActiveX can't crate)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top