Enabling logging for Lite Outlook Integration
Lite Outlook Plugin error messages are sometimes disabled due to an issue with Microsoft's Visual Studio Tools for Office (VSTO) which suppresses error messages by default. You can enable messages by adding two environment variables on your computer.
- Ensure you have the latest version of VSTO. You can download it here: https://www.microsoft.com/en-GB/download/details.aspx?id=48217
- Close Outlook.
- On your computer go to Computer | System Properties | Advanced.
- Click Environment Variables.
- In the System variables panel, click New.
- Enter VSTO_SUPPRESSDISPLAYALERTS in Variable name and enter 0 in Variable value.
- Click Save.
- In the System variables panel, click New.
- Enter VSTO_LOGALERTS in Variable name and enter 1 in Variable value.
- Click Save.