Optional: Installing an add-in in Outlook
If your Microsoft Outlook add-in is deployed as Available or Optional, complete the steps
to install the add-in.
About this task
Note: If your add-in is deployed as Required, the add-in is automatically in your Outlook. No action
is needed.
Procedure
- Open Microsoft Outlook.
- If you are on Outlook Desktop, go to
and click
the My Add-ins tab. If you are on Outlook on the web, go to .
- Find Content Cortex for Microsoft Office in the list, and click Add or Install.
Results
After you install the add-in, the Content Cortex add-in appears either in the ribbon when you read or compose emails, or in the message actions menu.
The add-in does not appear in Outlook
- Possible causes:
- The manifest is not properly deployed by the Exchange administrator.
- The user is not assigned to the add-in.
- Office cache issues.
- Solutions:
- Verify deployment in Exchange Admin Center.
- Check user assignment.
- Clear Office cache and restart Outlook.
Add-in task pane is blank
- Possible causes:
- The SSL certificate is invalid or untrusted.
- The task pane URL is not accessible.
- Network connectivity issues.
- Solutions:
- Verify that the SSL certificate is valid and from a trusted CA.
- Test the task pane URL in a browser.
- Check the firewall and network settings.
- Review the server logs for errors.
What to do next
Admin Verification
Verify that the task pane URL is accessible. Since the Outlook add-in functions as a web application inside Outlook, you must verify that your network and browser can successfully connect to the host server.
- Open manifest.xml and locate the
<SourceLocation>tag. - Copy the base URL from the
DefaultValueattribute (up to taskpane.html). - Paste the URL into your web browser.
The page attempts to load, and the browser must not show any network timeouts or SSL certificate
warning screens.
Note: The page may appear blank or show a login or loading screen, which is
normal.
Exchange Admin Verification
- Confirm that the manifest is successfully uploaded to the Exchange admin center.
- Verify that the deployment settings are correct.
- Check that assigned users or groups have access.
End User Verification
- Open Outlook and verify the add-in appears in the ribbon or message actions.
- Click Add-in to open the task pane.
- Log in to Navigator through the add-in.
- Test basic functions such as
- Browsing repositories.
- Searching for documents.
- Adding emails to the repository (Read mode).
- Attaching documents from the repository (Compose mode).