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".
Related
I would like to know how to efficiently debug a webb add-in (manifest.xml) add-in, and how to test it in anterior/past versions of Outlook (2013-2016).
More details : our team is struggling at debugging an outlook web add-in. It is published on the MS store.
Some of our customers are complaining about a weird behaviour (same for all), and I know they're using Outlook 2013 and 2016. Thing is, we can only test our add-in on our Office 365 developer E5 license and there, it works perfectly.
Thanks for the help!
You can see if this link helps you install the 2013 and 2016 clients.
https://support.microsoft.com/en-us/office/download-and-install-or-reinstall-office-2016-or-office-2013-7c695b06-6d1a-4917-809c-98ce43f86479?ui=en-us&rs=en-us&ad=us
I am developing Office addin for Outlook. Although I submitted my app to Office Store, the app was rejected because the behavior of my app was weird if users' Outlook version is 2013. Actually, fixing the problem to support Outlook 2013 is NOT reasonable, so I would like to submit my app to the store without supporting Outlook 2013. Is there any way to "unsupport" Outlook 2013?
You just need to change minimum support version
I have already created an addin for Ms Outlook in Windows using visual studio 2010 and C#. It works fine with Ms Outlook 2007,2010,2013 and 2016 on Windows.
Now I would like to create the same addin for Outlook on Mac. I have downloaded a .pkg file of Outlook for Mac and have installed it. For activating It needs a Office 365 subscription and I have subscribed a one month free trial period.
Now to build the addin, I have surfed the internet.But I have not found any proper post related to this topic. Please help.
.NET/COM add-ins built with Visual Studio do not work on Outlook for Mac. Only the new web Outlook Add-ins (using JavaScript + HTML5 + CSS) will work. See: https://dev.office.com/docs/add-ins/overview/office-add-ins
Outlook for Mac does not support plug-ins as #Eric said. you could use office 365 apps(Office Add-ins ) or There are ways to add limited functionality to Outlook via AppleScript.
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.
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