Looking at the notes on logging: https://www.limilabs.com/blog/logging-in-mail-dll
It seems this is static/global. We have a multi user system and would like to be able to just record the logs specific to a certain user's usage of the component - is this possible?
Unfortunately this is not possible out-of-the box.
You could probably filter the logs using Thread.CurrentThread.ManagedThreadId and Log.WriteLine event.