Outlook Add-In that is compatible with both Outlook 2007 and Outlook 2010 - office-interop

I have a Outlook Add-In that is working in Outlook 2007, but it is not working in Outlook 2010.
Basically, the Add-in has a button in the toolbar, and a Custom Property Page, and when the button is clicked All the Information related to that Email is captured.
But in Outlook 2010, that button itself is not coming up, neither is the Custom Property page, is it possible to make that Add-in working ??
Thanks,
Shrenik

How do you add the button in Outlook 2007?
If you use the old CommandBars in Outlook 2010 or 2013, your button will be on the Addins Ribbon.

Related

Is it possible to include Outlook web AddIn into VSTO AddIn?

I'm new to development in Microsoft Office AddIns.
I created one Outlook Web AddIn with javascript/html/css.
Is it possible to create one Outlook VSTO AddIn, with a button for example, that opens the Web AddIn?
No, it is not possible. OfficeJS or VSTO (nor the Outlook extensibility model) doesn't provide any API for that.
No, you cannot do that. The best you can do is figure out from a VSTO addin if a particular JS addin is installed; but you cannot do anything with it.

Could not at custom add-in - link missing

The link "Add a custom add-in" and the whole "Custom Add-Ins" is not visible in Outlook 2013:
Outlook 2016:
How can I install an custom add-in on Outlook 2013?

Outlook addin not installing in outlook 2013

I have developed an office365 outlook add-in and pushed it to store. It passed the test and is now available at the store. They tested it and said it is working in Outlook 2013.
I have been using it in Outlook 2013 desktop client and is working fine.
Recently one of our clients added it and is working in OWA. But it is not showing up in Outlook 2013 desktop client.
Is there any different versions in Outlook 2013?. When I click on the File menu, I see "Manage Add-ins" at the bottom of account information. But the outlook 2013 he is using has the option "Manage Apps".

Outlook Addin - CommandBar Issue in Outlook 2013

I have Outlook Addin Developed in visual Studio 2003. its using CommandBar for adding Addin Tab and menu for my Addin. it is working properly till Outlook 2010,but its not running in Outlook 2013, due to CommandBar issues.
I have debuged the Addin with outlook 2013.CommandBarControls not working in outlook 2013.
When my addin reach the following statement, outlook 2013 throws an exceptionatlcomcil.h - Debug Assertion Error.
SpCmdCtrl = spCmdBar-> FindControl(vMenuEmpty, vMenuID);
SpCmdCtrl is getting {0x00000000}.
I wonder why findControl() is not returning something.
The statement is working fine in Previous versions of Outlook.
Any Help is deeply Appreciated
Outlook 2013 doesn't allow you to work with commandbars.
See http://msdn.microsoft.com/en-us/library/office/jj229903.aspx
Regards,
Victor

Outlook Add-in targeting 2007 & 2010

I have an Outlook Add-in that I have developed for Outlook 2007. I am working on having this add-in work on Outlook 2010 as well. My add-in is an adjoining region on the appointment/meeting request window that displays a WPF control. The add-in installs fine on Outlook 2010 but when I go to the appointment/meeting request window I have a blank adjoining region. Any thoughts on what is preventing my WPF control from showing in Outlook 2010?
Thanks

Resources