![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I have an application which uses Microsoft Outlook 11.0 library. Will this
application work on Outlook 2002 and 2007? |
#2
|
|||
|
|||
![]()
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 Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Kabs" wrote in message ... I have an application which uses Microsoft Outlook 11.0 library. Will this application work on Outlook 2002 and 2007? |
#3
|
|||
|
|||
![]()
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 Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Kabs" wrote in message ... Previous Posts In This Thread: On Wednesday, December 31, 2008 2:49 PM Kab wrote: Multiple versions of outlook I have an application which uses Microsoft Outlook 11.0 library. Will this application work on Outlook 2002 and 2007? On Thursday, January 01, 2009 9:33 AM Ken Slovak - [MVP - Outlook] wrote: 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 Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Kabs" wrote in message ... Submitted via EggHeadCafe - Software Developer Portal of Choice ASP.NET DropDown List - XML http://www.eggheadcafe.com/tutorials...n-list--x.aspx |
#4
|
|||
|
|||
![]()
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. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm Tyrone Lochmandy wrote in message ... 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. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Create Add-in for multiple versions of Outlook | [email protected] | Add-ins for Outlook | 3 | December 30th 08 02:58 PM |
add-ins for multiple Outlook versions | Andrey Nikulin | Add-ins for Outlook | 5 | August 8th 08 06:18 PM |
Using forms across multiple versions of Outlook | Lancaster John | Outlook - Using Forms | 1 | October 19th 07 02:19 PM |
I have a problem with multiple versions of contacts in Outlook | TM | Outlook - Using Contacts | 2 | June 4th 07 03:43 PM |
Best sharing method for multiple versions | Lizzie | Outlook - Calandaring | 1 | May 14th 07 08:08 PM |