Search code examples
outlook-addinoutlook-web-addins

Howto deploy an Outlook addin only to our own staff


We're developing an Outlook addin that is specific and proprietary to our organisation. So we'd rather not put it on AppSource and we'd rather not put the addin source files (all the js,css etc) on a publicly accessible url even if we can keep the manifest file private.

Is there a way, through centralised admin and deployment, to distribute this Outlook addin to our staff, using Group policies, and still keep all the addin files privately hosted somewhere?


Solution

  • Yes, you can deploy an add-in by side-loading the add-in manifest xml file using Centralized deployment.

    Yes, you can host add-in files privately but make sure the add-in host is accessible from your Outlook client.

    If add-in is bound to work only when the user is connected to a particular network/VPN, it is good to educate the user that the add-in is unavailable outside the network boundary.