Overview
This guide provides step-by-step solutions for common issues with the Opensense Outlook Add-in, covering installation, deployment, permissions, signature behavior, and functionality errors. Whether the add-in is missing, not applying signatures correctly, or experiencing sync issues, this resource helps diagnose and resolve problems efficiently. Use this guide to ensure a smooth experience and proper configuration of the add-in within Microsoft Outlook.
Account Switching on Outlook Mobile
Add-ins don’t get re-initialized when you toggle the “From” field in Outlook mobile.
Outlook mobile only passes the primary account context to the add-in API. Even if you switch to a different alias or profile, the add-in still thinks you’re sending as the primary identity.
Because of that, the add-in doesn’t fetch or render the correct signature for the switched “From” identity. This is a limitation of Outlook mobile’s add-in framework today. The add-in does not re-trigger a signature insert event when the “From” field changes.
Cross-Domain Account Switching
If you switch to an account on another domain (different from your primary) and notice that the add-in signature preview is blank or that a signature is not being inserted, this is typically due to domain configuration.
To resolve this, each alias domain must be added under Internal Domains within the General Domain Settings in Opensense. This ensures the add-in correctly recognizes the account and applies the proper signature behavior across all associated domains.
Inconsistent Add-in Behavior
If you experience inconsistent behavior with auto-insertion, field edits, the multi-signature selector, or any other feature, start by resetting the cache within the Settings tab of the add-in pane. The current add-in version is displayed at the bottom of the pane on every screen. Refer to the screenshot below for an overview.

Field Edits Not Populating Data
Ensure the user's data is syncing correctly from the directory source of truth and is populated in their Opensense user profile.
Rapidly clicking on the Settings tab while it is loading may cause the add-in to enter a partial load state, preventing user parameters from fully syncing. DO NOT update fields if all are blank. Instead, reload the add-in by clicking back to the Signatures tab, allow it to fully load, and then navigate to the Settings tab.

Outlook Add-in Disappears or Fails to Auto-Insert on the Outlook Desktop Application
Follow these steps to fix the issue:
Step 1: Clear the add-in cache
Close Outlook completely (make sure it's not running in the background)
Open File Explorer by pressing the Windows key + E on your keyboard
Navigate to the cache folder:
Click in the address bar at the top of File Explorer
Copy and paste this path:
%localappdata%\Microsoft\OutlookPress Enter
Rename the folder:
Right-click on the
HubAppFileCachefolderSelect "Rename"
Add "_old" to the end of the name (example:
HubAppFileCache_old)Press Enter
Restart Outlook and check if the add-in appears
Step 2: Clear the secondary cache (if needed)
If renaming the first folder didn't resolve the issue, repeat the process with a second cache folder:
Close Outlook again
Open File Explorer (Windows key + E)
Navigate to:
%localappdata%\Microsoft\Office\16.0Rename the
Weffolder toWef_oldRestart Outlook
Step 3: Switch to the alternate add-in format (if needed)
If clearing both caches doesn't help, you can switch Outlook to use an older add-in format:
Close Outlook and all other Office programs (Word, Excel, PowerPoint, etc.)
Open the Windows Registry Editor:
Press the Windows key + R on your keyboard
Type
regeditand press EnterClick "Yes" if prompted by User Account Control
Navigate to the correct location:
In the left pane, expand the folders to reach:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Common\ExperimentEcs\OverridesIf the
Overridesfolder doesn't exist, right-click onExperimentEcs, select "New" > "Key", and name itOverrides
Add three new registry values: For each of the following, right-click in the right pane, select "New" > "String Value", and enter the exact name and data:
Name:
Microsoft.Office.OEP.EwsManifestsDisabledData:
false
Name:
Microsoft.Office.OEP.MosExtensionsEnabledData:
false
Name:
Microsoft.Office.OEP.MosProviderEnabledData:
false
Close the Registry Editor
Start Outlook and wait about one minute for the add-in to load. You may need to open a new email to see the add-in button appear in the ribbon.Enabling Debugging for the Office Add-In (Windows)
If you continue to encounter inconsistent behaviors with the add-in on Windows, you can enable debugging. This is useful for troubleshooting with our engineering team or when submitting a Microsoft support ticket.
Enable Debugging for Add-in Troubleshooting
Follow these steps to enable debugging mode, which will help collect diagnostic information for your IT team or Microsoft support:
Step 1: Open the Registry Editor
Press the Windows key on your keyboard
Type
regeditand press EnterClick "Yes" if prompted by User Account Control
Step 2: Navigate to the add-in settings location
In the left pane of the Registry Editor, expand the folders in this order:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0WEF
Step 3: Create the debugging configuration
Create the Developer folder:
Right-click on the
WEFfolderSelect "New" > "Key"
Name it
Developer
Create the add-in identifier folder:
Right-click on the
Developerfolder you just createdSelect "New" > "Key"
Name it
3e422b9b-5137-4812-8f36-c9d3680e2b13
Add the debugger port setting:
Right-click in the right pane (inside the
3e422b9b-5137-4812-8f36-c9d3680e2b13folder)Select "New" > "DWORD (32-bit) Value"
Name it
DebuggerPortDouble-click on
DebuggerPortSelect "Hexadecimal"
Enter
2407in the Value data fieldClick OK
Add the direct debugger setting:
Right-click in the right pane again
Select "New" > "DWORD (32-bit) Value"
Name it
UseDirectDebuggerDouble-click on
UseDirectDebuggerSelect "Hexadecimal"
Enter
1in the Value data fieldClick OK
Step 4: Enable runtime logging
In the left pane, click on the
WEFfolder (go back up two levels from where you are)Right-click in the right pane
Select "New" > "String Value"
Name it
RuntimeLoggingDouble-click on
RuntimeLoggingEnter the log file path:
C:\Users\YourUsername\OfficeAddins.log.txtImportant: Replace
YourUsernamewith your actual Windows usernameTo find your username, open File Explorer and look at the path shown—it will be
C:\Users\YourUsername
Click OK
Step 5: Close and restart
Close the Registry Editor
Restart Outlook
The add-in will now generate a log file at the location you specified, which can be shared with your IT support team or Microsoft support for troubleshooting
Add-in Not Deploying via Microsoft Centralized Deployment
If the Opensense Outlook Add-in is not appearing for users after being assigned via Microsoft Centralized Deployment, follow these steps to resolve the issue.
1. Verify Deployment Status in Microsoft 365 Admin Center
Go to Microsoft 365 Admin Center → Settings → Integrated Apps.
Find the Opensense Outlook Add-in and check the deployment status.
Ensure that users are assigned to a supported group and that the deployment is marked as Active.
2. Confirm Group Assignments
Note: Microsoft does not support nested groups for add-in deployment.
Ensure that users are directly assigned to a top-level group (not a sub-group).
If the group is dynamic, confirm that the user meets the group membership criteria.
Solution
If the user is in a nested group, manually add them to a top-level Microsoft 365 group and reattempt deployment.
Supported Microsoft Documentation
3. Check Outlook Web Access (OWA) First
Sometimes, the add-in appears in OWA first before syncing to the Outlook desktop app.
Have the user log in to OWA and check if the add-in appears.
If the add-in appears in OWA but not in the desktop app, proceed to clear the add-in cache (see Step 5).
If the add-in does NOT appear in OWA, it indicates that the Outlook add-in did not propagate the necessary permissions to the user's profile (see Step 4).
4. Regrant Admin Consent (Fix Stuck Deployments)
If a user was previously assigned the add-in but it never appeared in Outlook, their profile may be in a stuck state.
Solution
Remove the user from the add-in's deployment scope.
Wait 30-60 minutes to allow Microsoft 365 to process the removal.
Re-add the user to the scope.
Regrant admin consent:
Go to Azure AD Admin Center → Enterprise Applications.
Find Opensense Outlook Add-in.
Click Permissions (under Security) → Grant Admin Consent for the organization.
5. Clear Microsoft Add-in Cache
If the add-in is still missing, clearing the local add-in cache may force it to reappear.
Windows
Close Outlook.
Open File Explorer and go to:
%LOCALAPPDATA%\Microsoft\Office\16.0\Wef
Delete the contents of the Wef folder.
Restart Outlook.
Mac
Quit Outlook.
Open Terminal and run:
rm -rf ~/Library/Containers/com.microsoft.Outlook/Data/Library/Application\ Support/Microsoft/Office/WefRestart Outlook.
6. Manually Install the Add-in Using the Manifest File
Note: This is not available for GCC High deployments.
If the centralized deployment is failing, manually installing the add-in ensures users can access it.
Steps to Install Manually
Download the Manifest File:
Open this link in a web browser: Opensense Add-in Manifest (with Mobile)
Right-click anywhere on the screen → Save As
Save the file (i.e. manifest.prod.xml)
Install the Add-in in Outlook:
Click My add-ins
Click Add a custom add-in
Select Add from file
Upload the previously downloaded manifest.prod.xml file
Click Open to complete the installation
7. Wait for M365 Sync & Check for Delays
Microsoft 365 can take up to 24-72 hours to sync add-in assignments.
If the add-in does not appear immediately after following the above steps, wait a few hours and retry launching Outlook.
8. Contact Opensense Support if Issues Persist
If the add-in still does not deploy after 72 hours and all steps have been followed:
Submit a ticket with Microsoft describing the issue in detail.
Email help@opensense.com to open a ticket.
Please provide the following details in your report:
Microsoft Support Ticket #:
Impacted User Emails:
Company/domain:
Date Started:
Outlook Client:
Outlook Version:
Issue:
Opensense Support
For further assistance, contact Opensense Support:
Email: help@opensense.com
Knowledge Base: help.opensense.com
