You should develop using the oldest library you want to support. You can
handle methods, properties and events for later versions by checking the
version and using those things only if a later version is detected. You can
then use late-binding (objects declared as Object instead of a specific
type) so the compiler won't choke on the methods, properties or events that
aren't valid for the older version of Outlook.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> I need to develop different addins for different versions
> of Outlook. I currently develop for 2000 and still need
[quoted text clipped - 4 lines]
>
> Thanks