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
-
Edit the .envfile.
-
Change the
ENABLE_OUTLOOK_ADDIN
parameter from false to true. -
Find the parameter
COMPOSE_PROFILES=outlookAddin
parmater and remove the comment character (#). -
Save your changes and restart the server to apply the changes.
Enabling the add-in on Kubernetes
-
Edit the values.yaml file.
-
Change the
enableOutlookAddin
parameter from false to true. -
Save your changes and restart the server to apply the changes.