How to check if CDO is installed?

U

user

I installed my application on several client's machines some time ago.
It worked fine.

Recently, I tried installing it on another machine and it does not work.
It fails to create MAPI.Session object (Error 424: ActiveX component
cannot create object) when I do this:

Dim objSession as MAPI.Session
Set objSession = CreateObject("MAPI.Session")


My question is, how do I check and make sure that CDO is installed on
local machine?

I know Ive asked similar question previously, but I would really like to
be sure about it before I call network administrator and ask them to
install CDO (since the user does not have permission to install new
stuff and register DLLs). It is very unlikely that CDO was installed on
other machines (as it was) and is not installed on this machine (since
they do all installations over the network).

Could creating MAPI.Session fail if the user does not have 'some'
permissions on the machine? Where can I find more about this problem?


Any help will be greatly appreciated!

Thanx All,
 
S

Sue Mosher [MVP-Outlook]

Ken has already answered this in your other thread on the subject.
 

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