I have inherited an Outlook 2003 COM add-in written using VB6 (note: NOT VB.NET).
I need to upgrade this to work with Outlook 2010. Is it possible to create an add-in for Outlook 2010 using VB6, or do I need to re-implement everything?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
2003 COM Addins will work mostly fine in Outlook 2010. Some relevant details:
Practically all the old COM events will still work like a charm, however
Interface modifications will no longer work as expected. The Outlook 2010 ribbon interface either ignores them or pushes them into a separate ‘addins’ tab.
Your 2003 COM AddIn simply will not work in 64 bits Outlook. Not that many people use the 64bits Office suite, but still.