Multiple versions of outlook

K

Kabs

I have an application which uses Microsoft Outlook 11.0 library. Will this
application work on Outlook 2002 and 2007?
 
K

Ken Slovak - [MVP - Outlook]

No, yes. You use the oldest Outlook reference you intend to support, so to
work on Outlook 2002 you'd use a reference to the Outlook 2002 library.
 
T

Tyrone Lochmandy

How does this work if you intend to deploy an Add In to users who are running multiple versions of Office? I am supporting 2007, 2003 and 2002. But they all have different home locations for the dlls.



Ken Slovak - [MVP - Outlook] wrote:

No, yes.
01-Jan-09

No, yes. You use the oldest Outlook reference you intend to support, so to
work on Outlook 2002 you'd use a reference to the Outlook 2002 library

--
Ken Slova
[MVP - Outlook
http://www.slovaktech.co
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.ht


Previous Posts In This Thread:

Multiple versions of outlook
I have an application which uses Microsoft Outlook 11.0 library. Will thi
application work on Outlook 2002 and 2007?

No, yes.
No, yes. You use the oldest Outlook reference you intend to support, so to
work on Outlook 2002 you'd use a reference to the Outlook 2002 library

--
Ken Slova
[MVP - Outlook
http://www.slovaktech.co
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.ht



Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET DropDown List - XML
http://www.eggheadcafe.com/tutorial...923-2457fe12d1cb/aspnet-dropdown-list--x.aspx
 
K

Ken Slovak - [MVP - Outlook]

No user can run more than one version of Outlook.

It doesn't matter at all where Outlook.exe is located, or where any of the
Outlook related dll's are located.

The addin dll is registered with COM and in a special place in the Office
registration hive and that's not version specific. Outlook recognizes an
addin by that registration and the COM registration on the dll in HKCR
allows Windows to find the classes it needs in the addin dll.
 

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