![]() |
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
|
|||
|
|||
![]()
Hi
I am aware that there are no Primary Interop Assemblies for Outlook 2000 but I would like to aim for the lowest common denominator for maximum compatibility. I can not use late binding as I am using With Events. I am also slightly tied from creating outlook 2000 assemblies myself as I am at Outlook 2007 and would find it difficult to find outlook 2000 on a pc with VS2005/2008 side by side. I would like to know if there are any standard enough Outlook 200 assemblies out there that can be used fairly reliably that I could use. Many Thanks Regards |
Ads |
#2
|
|||
|
|||
![]()
Due to how Outlook handles version CLSID's and how the PIA's are installed
you really are going to have to end up developing on a machine with Outlook 2000 installed so everything ends up working correctly at run time on all versions. That also means no support for anything added to the object model after Outlook 2000 and no Ribbon support for Outlook 2007. See the Rebuilding the Outlook Interop Assembly at http://www.microeye.com/resources/res_outlookvsnet.htm for information on how to modify an Outlook 2002 PIA for Outlook 2000 use. The only alternative I know of is to use Add-in Express, but that has some underlying MAPI problems I've heard, so your mileage may vary in using that as a framework. -- 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 "John" wrote in message ... Hi I am aware that there are no Primary Interop Assemblies for Outlook 2000 but I would like to aim for the lowest common denominator for maximum compatibility. I can not use late binding as I am using With Events. I am also slightly tied from creating outlook 2000 assemblies myself as I am at Outlook 2007 and would find it difficult to find outlook 2000 on a pc with VS2005/2008 side by side. I would like to know if there are any standard enough Outlook 200 assemblies out there that can be used fairly reliably that I could use. Many Thanks Regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to get Microsoft.Office.Interop.Outlook.TaskItem from the IUnknown (C#) | Godandag | Add-ins for Outlook | 5 | April 5th 07 10:39 AM |
Msdn help for Microsoft.Office.Interop.Outlook members | DavidE | Add-ins for Outlook | 0 | August 9th 06 08:45 AM |
Outlook Interop: Attachments.Add throws Exception | Ferdinand Zaubzer | Outlook and VBA | 1 | June 19th 06 04:10 PM |
Outlook Interop COM Exception When Logged in as Windows Standard User | [email protected] | Add-ins for Outlook | 0 | April 27th 06 01:34 AM |
Problem installing outlook interop. PRO11.MSI not recognized | Jason | Outlook - Using Forms | 0 | January 11th 06 07:02 PM |