Prerequisites
- URL writing extension is installed
- HTTPS is set up
- ECM Service is installed
- Microsoft Entra ID (Azure AD) application is registered with the following:
- An Application (client) ID
- A Directory (tenant) ID
- Mail.ReadWrite permission granted for Microsoft Graph API
- Admin consent granted for the tenant
To publish the source code to the IIS server, complete the following steps.
- Extract the Saperion Outlook Add-in ZIP file to an appropriate location.
- Open Internet Information Services (IIS) Manager.
- In the Connections pane, under Sites > Default Web Site, create a new web application with the name saperion-addin.
- Point it to the location where the ZIP file is extracted.
The source code is
published to the IIS server. Test it by loading a simple image from the source
files: https://{<your server>:<port
number>}/saperion-addin/assets/icon-32.png.