Search code examples
deploymentmicrosoft-graph-apioffice-addinsoutlook-web-addinsmicrosoft-graph-mail

How to deploy outlook addin using Graph API


I have a javascript outlook addin implemented and want to deploy the addin to all the users in the organisation. I want to use the Graph API however did not find anything in the Graph API reference. Is there a graph call available? even if it is in beta


Solution

  • Graph API doesn't provide anything for that.

    All the possible deployment methods/ways are described in the Deploy and publish Office Add-ins article.