If you compile for Outlook 2000, it will probably run on Outlook 2002.
However, you must take into account the tigher security. See
http://www.slipstick.com/outlook/esecup.htm#autosec.
--
Sue Mosher, Outlook MVP
Author of
Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> I have a question in regards to the outlook object model. I am building an
> app to syncronize my SQL database contacts to outlook contacts. I have in
my
> mind that VB is probably the fastest and easiest way to do this but have
> heard rummors to state that for every version of outlook you want to run
on
> you would have to recompile the VB app. I.E. running outlook 2000 now and
> the syncronizer works with no problems and then upgrade to outlook XP then
> the sycronizer will fail. If this is the case I obviously would probably
> look at using Mapi. I really do not want to use mapi..
> Any insite much appriciated..