How to know if CDo is installed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing a setup program. What I want to do is to know if the target machine has installed CDO. How can I do this

Thanks
 
Iker,
Which version of CDO?

Part of the ItemsCB reference COM add-in for Outlook includes how to check
for CDO 1.2.1 and install it if its not already installed. See "Items
Command Bar" at:

http://www.microeye.com/resources/code.htm

NOTE: The sample is VB6, however it should be easily converted to VB.NET or
C#.

For a plethora of articles on using Outlook from VB.NET see:

http://www.microeye.com/resources/res_outlookvsnet.htm

Hope this helps
Jay

Iker Llanos said:
I'm developing a setup program. What I want to do is to know if the target
machine has installed CDO. How can I do this?
 
D'oh!

I should add you need the modInstaller module from ItemsCB and modInstaller
should be easily converted...

Hope this helps
Jay
 
Back
Top