The COM references will roll up on a machine through deployment but not down, you will have to develop your application on a machine with Outlook Object Model 10 installed and then reference this preferably with the Microsoft PIA's for Office XP installed and then this will work on both Outlook XP and Outlook 2003
you should be able to adjust the type library vesion. For Outlook 2003 (Outlook 11) the Tylib GUID is {00062FFF-0000-0000-C000-000000000046} and the version is 9.2
Outlook 2000 (Outlook 9) has the same TyplibID and a version of 9.0
Another option would be to get your hands on the Outlook Type Library file for and earlier version, and use that for your import. This will use the interface definitions for that version, (which should all be supported in later versions) and allow you forward compatability without having to compile on a machine with the older version
Outlook plugin problem.
WernerVN
Hope this helps
Regards
Bear23
Thanks
Roosevelt
Lars Middendorf
you should be able to adjust the type library vesion.
For Outlook 2003 (Outlook 11) the Tylib GUID is {00062FFF-0000-0000-C000-000000000046} and the version is 9.2
Outlook 2000 (Outlook 9) has the same TyplibID and a version of 9.0
Another option would be to get your hands on the Outlook Type Library file for and earlier version, and use that for your import. This will use the interface definitions for that version, (which should all be supported in later versions) and allow you forward compatability without having to compile on a machine with the older version
Shilpa_nad
I guess you developed against the Office11-SDK... have you tried compiling with the Office10-SDK and deploying it then