EmailSentry™ Troubleshooting

(Re)Configuration Fails

The Add-in is configured or reconfigured by "Send"ing a message to CODE@CsOA.CheckTLS.com. This tells the Add-in to fetch your Fixed Config File. It is not supposed to send an email.

If it does send an email instead, likely resulting in a bounce message from CheckTLS, then the Add-in is not working. See the next steps to fix the problem.

Check that the Add-in is Installed

  1. Open Outlook
  2. Start a new email
  3. Enter any address in the To: field (e.g. test@checktls.com)
  4. Enter "version.version.version" (no quotes, no caps, two dots) in the Subject: field
    Version dot command
    (click to enlarge)
  5. Click Send
  6. A small window should popup with the version of the Add-in installed on your PC
    Version dot command result
  7. If the window does not popup and the email sends instead, you have not installed the Add-in correctly
    You can try the Installation LINK again, and be sure you answer all the questions such that the installation proceeds
    A successful installation results in this screen:
    Successful install

Check that the Add-in is Enabled

  1. Open Outlook
  2. Navigate to COM Add-Ins, either by
    • Choosing COM Add-Ins from the Developer menu, or
    • entering COM in the "Tell me what you want to do" box at the top of your screen and then choosing COM Add-ins in the pull-down, or
    • under the File menu, choose Options in the left pane, then Add-ins in the left pane, then Manage: COM Add-ins and Go... at the bottom of the right pane
  3. COM Add-In Screen
  4. If EmailSentry is not listed, then use your normal installation process to install it.
  5. If EmailSentry is listed but not checked, check the checkbox and click OK.
  6. Select COM Add-Ins again and make sure the checkbox is still checked — if not, see the next step.
  7. Close and re-open Outlook

Enabling a Disabled Add-in

  1. Open Outlook
  2. Navigate to Disabled COM Add-Ins by (same steps as above but choose Disabled COM Add-Ins)
  3. Highlight the EmailSentry line and then click Enable
  4. Close and re-open Outlook

Preventing the Add-in From Timing-Out

The ClickOnce version of EmailSentry uses .NET. Microsoft admits that it's own .NET startup can be so slow as to cause Outlook to disable the add-in because it took too long to initialize. (See first bullet on Support for keeping add-ins enabled.) EmailSentry does nothing on startup except register itself: one single system call.

We provide two scripts that add the Microsoft recommended registry settings to allow the Add-in to operate correctly.

registry
Enable_AddIn.reg
powershell
Enable_AddIn.ps1

Download one of these and run it from the command line because scripts like these cannot be run directly from the Internet. To do this:

  • Right click one of the links
  • Choose "Save link as..."
  • Click "Downloads" in the list of folders on the left
  • Click "Save" button (lower right)
  • Click Enable_AddIn.reg at the bottom of the screen
  • Navigate through any security questions to run the script

Note the .msi installation of EmailSentry is able to add the proper registry entries to work around this problem.

Removing a Stubborn Add-in

  1. Open Outlook
  2. Navigate to COM Add-Ins, either by
    • entering COM in the "Tell me what you want to do" box at the top of your screen and then choosing COM Add-ins in the pull-down, or
    • under the File menu, choose Options in the left pane, then Add-ins in the left pane, then Manage: COM Add-ins and Go... at the bottom of the right pane
  3. Highlight the EmailSentry line and then click Remove
  4. Close and re-open Outlook
  5. See if the problem is fixed, if not continue with
  6. Close Outlook
  7. Use Windows Add/Remove Programs to uninstall EmailSentry
  8. Open Outlook
  9. See if the problem is fixed, if not continue with the next section

Unable to install this application because an application with the same identity is already installed.

Same Identity Error
(click to enlarge)
This is the result of a previous failed install or uninstall. These steps will remove traces of the previous install:

  1. Close Outlook
  2. Press Start+R. In the Run command prompt type cmd and press enter
  3. from the C: prompt type rundll32 dfshim CleanOnlineAppCache and press Enter
  4. from the C: prompt type exit and press Enter
See if the Add-in will now install correctly. If not, and you don't have any other Outlook ClickOnce Add-ins:
  1. Press Start+R. In the Run command prompt type cmd and press enter
  2. from the C: prompt type rmdir /S %LOCALAPPDATA%\Apps\2.0 (if it asks "Are you Sure?" answer yes)
  3. from the C: prompt type rundll32 dfshim CleanOnlineAppCache (run it a second time) and press Enter
  4. from the C: prompt type exit and press Enter
The Add-in should now install.
If you have other Outlook ClickOnce Add-ins, you will have to browse into %LOCALAPPDATA%\Apps\2.0 to find their obfuscated directories, and delete all but those.

Another option is to use Control Panel ==> Programs ==> Uninstall a program.

...cannot be installed because another version is currently installed...

This can be the result of left over registry entries from a previous Add-in install. Microsoft says this should not happen, but... These steps delete the hanging entries:

  1. Close Outlook
  2. Press Start+R. In the Run command prompt type regedit and press enter
  3. Navigate to HKEY_CURRENT_USER\Software\Microsoft\VSTA\Solutions
  4. Open each of the {GUID}s and look for the one with a DWORD "Url" with CheckTLS in it
  5. Delete the entire {GUID}
  6. See if the problem is fixed, if not continue with
  7. Navigate to HKEY_CURRENT_USER\Software\Microsoft\VSTO\SolutionMetadata
  8. Delete the entry named "https://www.checktls.com..."

If All Else Fails

  1. Use Windows Add/Remove Programs to repair Outlook
    • Close Outlook
    • open Windows Add/Remove Programs
    • if you have a Microsoft Office 365 entry, click it
      • Click Modify
      • Choose Quick Repair
    • if you have an Office entry, click it
      • Click Advanced Options
      • Click the Repair button (under Reset heading)