K
Ken Slovak - [MVP - Outlook]
You need to reference the earliest Outlook tlb that you will be programming
against. You also can only use later methods and properties using late
binding. If a property was added in Outlook 2003 you can access it by
declaring an Object variable for the item and calling the property using
late binding.
When I develop for Outlook 2000 and later I develop on a machine with the
Outlook 2000 tlb installed.
You've summarized the security alternatives pretty well. There are some
other alternatives that aren't as full-featured as Redemption, such as
MAPI33. I've only used Redemption however. The Web site might have pricing
information and so on, or you can email Dmitry and ask him.
against. You also can only use later methods and properties using late
binding. If a property was added in Outlook 2003 you can access it by
declaring an Object variable for the item and calling the property using
late binding.
When I develop for Outlook 2000 and later I develop on a machine with the
Outlook 2000 tlb installed.
You've summarized the security alternatives pretty well. There are some
other alternatives that aren't as full-featured as Redemption, such as
MAPI33. I've only used Redemption however. The Web site might have pricing
information and so on, or you can email Dmitry and ask him.