Which version of Outlook do these procedures apply to?
These procedures apply to Outlook Classic for Windows, also known as Outlook desktop.
Which method should I use?
Use Method 1 to analyze what happens when an email is sent.
Use Method 2 to analyze how the Letsignit task pane works.
Both methods can be used together depending on the situation.
Method 1:
Outlook Classic uses a JavaScript-only runtime that does not include browser Developer Tools. To record logs when an email is sent, logging must be enabled through the Windows Registry.
Open the Windows Registry Editor by searching for
regeditin the Start menu.Navigate to the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\WEF\DeveloperIf the Developer key does not exist, right-click WEF, select New > Key, and name it Developer.
Inside the Developer key, create a new String Value (REG_SZ) named:
RuntimeLoggingSet the value to the full path of the file where the logs should be saved, for example:
C:\temp\outlook_addin_log.txtThe specified folder must already exist, and your user account must have write permissions.
Restart Outlook.
Reproduce the behavior encountered when sending an email.
Send the log file to the support team.
Important: This method only records activity related to the send event. It does not capture logs from the task pane or other interactions with the Add-in.
Method 2:
Open Outlook Classic and click New Email.
Click Preview my Letsignit signatures to open the Add-in.
In the Letsignit task pane, right-click and select Inspect.
In the Developer Tools window, open the Console tab.
Reproduce the behavior encountered with the Add-in.
In the console, right-click and select Save as.
Save the file and send it to the support team.
Important: This method helps analyze errors related to the task pane and interactions with the Add-in. It does not replace Method 1 for issues that occur when the email is sent.
#addin #logs #outlook classic #fat client #outlook desktop
