Skip to content

Enabling Microsoft Outlook Add-in

To use the Sametime Meetings add-in for Microsoft Outlook, it must be enabled on the Sametime server. The add-in is provided as part of Sametime installation package.

For additonal information about Microsoft add-ins, see the following Microsoft documentation:

Parent Topic: Meetings

Enabling the add-in on Docker

  1. Edit the .envfile.

  2. Change the ENABLE_OUTLOOK_ADDIN parameter from false to true.

  3. Find the parameter COMPOSE_PROFILES=outlookAddin parmater and remove the comment character (#).

  4. Save your changes and restart the server to apply the changes.

Enabling the add-in on Kubernetes

  1. Edit the values.yaml file.

  2. Change the enableOutlookAddin parameter from false to true.

  3. Save your changes and restart the server to apply the changes.