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.

About this task

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

Enabling the add-in on Docker

Procedure

  1. Edit the .env file.
  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.
    See Starting and stopping Meeting servers for additional information.

Enabling the add-in on Kubernetes

Procedure

  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.
    See Starting and stopping Meeting servers for additional information.