0

I tried going through the official documents such as

https://learn.microsoft.com/en-us/outlook/add-ins/addin-tutorial#update-the-manifest-1

But they are dealing with the xml file there. I wish to add jQuery Shapeshift to my Outlook but there is no such xml file added there. The source is

https://github.com/AshesOfOwls/jquery.shapeshift

So how can I add Shapeshift to my outlook? I intend to add it to the backstage view if possible

R.D
  • 226
  • 1
  • 17

1 Answers1

0

Office Add-ins are not supported for Office 2010 edition. This, obviously, includes Outlook as well. There are certain client requirement to run Office.js add-ins. Office 2013 or later required to run add-in on Windows platform. You may run add-ins on Office Online web clients, including Outlook online.

Slava Ivanov
  • 6,666
  • 2
  • 23
  • 34