1. I create AD-Users by Script
2. Later I install Exchange 2000
Now I want to create a mailbox like this:
I get the following error:
The DLL CDOEXM.dll was previous registred with regsvr32.exe
Why can't I create a mailbox?
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?