G Guest May 21, 2004 #1 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
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
J Jay B. Harlow [MVP - Outlook] May 21, 2004 #2 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 Click to expand... machine has installed CDO. How can I do this?
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 Click to expand... machine has installed CDO. How can I do this?
J Jay B. Harlow [MVP - Outlook] May 21, 2004 #3 D'oh! I should add you need the modInstaller module from ItemsCB and modInstaller should be easily converted... Hope this helps Jay
D'oh! I should add you need the modInstaller module from ItemsCB and modInstaller should be easily converted... Hope this helps Jay