0% found this document useful (0 votes)
17 views

Out Look Web CRM Plug in Log

The document contains log output from an Outlook add-in. It shows method calls and errors that occurred during initialization and use of the add-in. The add-in encountered errors when trying to connect to a remote server, and errors are shown during synchronization attempts.

Uploaded by

meteko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Out Look Web CRM Plug in Log

The document contains log output from an Outlook add-in. It shows method calls and errors that occurred during initialization and use of the add-in. The add-in encountered errors when trying to connect to a remote server, and errors are shown during synchronization attempts.

Uploaded by

meteko
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 20

**** NEW LOG SESSION STARTED ****

If an unexpected problem has occurred, please copy all the text in this window and
paste it into an email and send the email to: [email protected] Please
include a brief description of what type of data you were attempting to Synchronise
at the time the error occurred.

Operating system: Microsoft Windows NT 10.0.19041.0 ESN x64


Outlook version: 16.0.0.13530
UI LCID: 3082 (Unknown)
INSTALL LCID: 3082 (Unknown)
Current user: [email protected]
Current version: 6.22.0

2021-02-04 13:50:11 | Debug | NEW LOG SESSION STARTED


2021-02-04 13:50:11 | Debug | AddinModule::Void
AddinModule_AddinInitialize(System.Object, System.EventArgs) - Method called.
2021-02-04 13:50:11 | Debug | AddinModule::Void ApplyConfiguration() - Method
called.
2021-02-04 13:50:11 | Debug | SynchronisationStatusForm::Void .ctor() - Method
called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void LoadLocalization() -
Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
logic_SynchronisationStatusChanged(System.Object,
dk.webCRM.OutlookPlugin.BusinessLayer.Events.SynchronisationStatusChangedEventArgs)
- Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
UpdateProgressStatus(dk.webCRM.OutlookPlugin.BusinessLayer.Enums.SynchronisationSta
tus, System.String) - Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
logic_SynchronisationStatusChanged(System.Object,
dk.webCRM.OutlookPlugin.BusinessLayer.Events.SynchronisationStatusChangedEventArgs)
- Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
UpdateProgressStatus(dk.webCRM.OutlookPlugin.BusinessLayer.Enums.SynchronisationSta
tus, System.String) - Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
logic_SynchronisationStatusChanged(System.Object,
dk.webCRM.OutlookPlugin.BusinessLayer.Events.SynchronisationStatusChangedEventArgs)
- Method called.
2021-02-04 13:50:12 | Debug | SynchronisationStatusForm::Void
UpdateProgressStatus(dk.webCRM.OutlookPlugin.BusinessLayer.Enums.SynchronisationSta
tus, System.String) - Method called.
2021-02-04 13:50:14 | Error | StartServerSideStatusUpdate System.Net.WebException:
No se puede resolver el nombre remoto: 'plugin.b2bsys.net'
en System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
en System.Net.HttpWebRequest.GetRequestStream()
en System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
en
dk.webCRM.OutlookPlugin.BusinessLayer.webCRMService.B2BCRM.GetSynchronizationStatus
(String dbcode, String loginCode, DateTime clientTimeStamp)
en dk.webCRM.OutlookPlugin.SynchronisationLogic.UpdateServerSideStatus()
2021-02-04 13:50:14 | Debug | AddinModule::Void
outlookEvents_Startup(System.Object, System.EventArgs) - Method called.
2021-02-04 13:50:14 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 13:50:14 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void
SynchronisationStatusForm_Load(System.Object, System.EventArgs) - Method called.
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void
logic_SynchronisationStatusChanged(System.Object,
dk.webCRM.OutlookPlugin.BusinessLayer.Events.SynchronisationStatusChangedEventArgs)
- Method called.
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void
UpdateProgressStatus(dk.webCRM.OutlookPlugin.BusinessLayer.Enums.SynchronisationSta
tus, System.String) - Method called.
2021-02-04 13:50:14 | Error | Webservice_SynchronizeCompleted
System.Reflection.TargetInvocationException: Excepci�n durante la operaci�n. El
resultado no es v�lido. Compruebe la excepci�n InnerException para obtener m�s
detalles. ---> System.Net.WebException: No se puede resolver el nombre remoto:
'plugin.b2bsys.net'
en System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
en System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult
asyncResult, Object& internalAsyncState, Stream& responseStream)
en
System.Web.Services.Protocols.SoapHttpClientProtocol.InvokeAsyncCallback(IAsyncResu
lt result)
--- Fin del seguimiento de la pila de la excepci�n interna ---
en System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
en
dk.webCRM.OutlookPlugin.BusinessLayer.webCRMService.SynchronizeCompletedEventArgs.g
et_Result()
en
dk.webCRM.OutlookPlugin.SynchronisationLogic.Webservice_SynchronizeCompleted(Object
sender, SynchronizeCompletedEventArgs e)
2021-02-04 13:50:14 | Error | Inner: No se puede resolver el nombre remoto:
'plugin.b2bsys.net'
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void
logic_SynchronisationCompleted(System.Object,
dk.webCRM.OutlookPlugin.BusinessLayer.Events.SynchronisationCompletedEventArgs) -
Method called.
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void
StateCompletionStatus(dk.webCRM.OutlookPlugin.BusinessLayer.Enums.SynchronisationSt
atus, System.String, System.String) - Method called.
2021-02-04 13:50:14 | Debug | SynchronisationStatusForm::Void ShowErrors() - Method
called.
2021-02-04 13:50:19 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:50:19 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void
ShowSynchronisationStatus(Boolean) - Method called.
2021-02-04 13:50:20 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-04 13:50:23 | Debug | SynchronisationStatusForm::Void
SynchronisationStatusForm_FormClosing(System.Object,
System.Windows.Forms.FormClosingEventArgs) - Method called.
2021-02-04 13:50:23 | Debug | SynchronisationStatusForm::Boolean
CancelSynchronisation() - Method called.
2021-02-04 13:54:11 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 13:54:41 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:54:41 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-04 13:54:41 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-04 13:54:46 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:54:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:54:52 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:56:28 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 13:58:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:39 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:40 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:42 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:43 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:45 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:52 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 14:00:53 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-04 14:00:53 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-04 14:00:53 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-04 14:00:53 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-04 14:48:14 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 14:49:13 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 14:56:11 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-04 14:56:11 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-04 14:56:16 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 14:56:16 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 14:58:05 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-04 14:58:05 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-04 15:00:14 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-04 15:00:14 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-04 15:00:17 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-04 15:04:16 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 15:04:16 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 15:04:16 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-04 15:04:16 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-04 15:04:17 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-04 15:04:17 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-04 15:04:17 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-04 15:04:17 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-04 15:04:18 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-04 15:04:18 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-04 15:04:18 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 07:11:28 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 07:11:35 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 07:11:35 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 07:15:07 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 07:15:07 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 07:20:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 07:20:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 07:20:37 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 07:41:13 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 07:42:50 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 07:42:50 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 07:42:50 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:17:44 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:17:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:17:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 08:17:52 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 08:18:14 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:18:18 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:18:19 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:18:29 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:43:44 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:43:44 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:43:45 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:44:09 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:44:10 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:44:13 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:51:56 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:51:58 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:52:00 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:52:18 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:52:20 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:52:34 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:53:06 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:53:08 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:53:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:53:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:53:21 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:54:33 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:54:34 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:54:39 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:54:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:54:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:56:30 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:56:40 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:29 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:29 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:54 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 08:57:54 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 08:57:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:56 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:57 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:58 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 08:57:58 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 08:57:58 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 08:58:01 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 08:59:43 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 08:59:43 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 09:03:02 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 09:03:02 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 09:03:15 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 09:03:15 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 09:04:45 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:05:22 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:05:22 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 09:05:22 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 09:08:10 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:08:11 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 09:08:11 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 09:08:23 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:09:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:09:48 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:10:18 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:16:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:16:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:16:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:17:20 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:18:07 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:19:09 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 09:19:09 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 09:19:09 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 09:19:09 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 09:27:49 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:27:49 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:34:23 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:35:04 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:35:17 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:35:24 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:37:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:37:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:39:38 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:39:38 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void
ShowSynchronisationStatus(Boolean) - Method called.
2021-02-05 09:39:38 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 09:39:45 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:39:52 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:39:54 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:39:54 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:40:03 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:40:03 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:40:05 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:40:05 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:46:37 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:38 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:44 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:46:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:47:26 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 09:50:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:50:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:56:14 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:56:15 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:56:15 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:56:16 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:56:54 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:57:29 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:57:32 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:59:04 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:59:15 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 09:59:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:00:52 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:00:52 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:00:57 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:01:06 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:03:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:03:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:03:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:03:52 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:03:58 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:00 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:11 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:21 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:26 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:04:26 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:04:34 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:04:40 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:05:01 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:05:06 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:05:08 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:06:30 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:06:30 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:06:39 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:07:05 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:09:32 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:09:37 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:29 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:31 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:44 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:45 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:54 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:13:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:14:30 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 10:14:30 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 10:14:30 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 10:14:30 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 10:16:27 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:25:01 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:25:01 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:25:06 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:25:13 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:25:54 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:26:32 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:27:16 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 10:27:16 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 10:27:16 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 10:27:16 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 10:28:32 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:28:33 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void
ShowSynchronisationStatus(Boolean) - Method called.
2021-02-05 10:28:33 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 10:29:25 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:29:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:30:09 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:30:09 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:30:10 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:30:10 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:30:58 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:32:55 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 10:32:55 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 10:32:57 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:32:57 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 10:41:39 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:41:39 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:41:40 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:41:41 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:41:41 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 10:41:44 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 10:41:44 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 10:46:15 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-05 10:46:15 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-05 11:07:04 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:32:19 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:32:19 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:43:34 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:43:34 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:49:47 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 11:53:12 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 11:53:12 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 11:53:13 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 11:53:15 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 11:53:15 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 11:53:15 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 12:00:07 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 12:00:07 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 12:00:08 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 13:35:25 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:35:25 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:36:24 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:36:24 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:36:31 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:36:32 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 13:36:54 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:54 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:55 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:55 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:55 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:56 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:36:59 | Debug | AddinModule::Void
syncNowContextMenuButton_PropertyChanging(System.Object,
AddinExpress.MSO.ADXRibbonPropertyChangingEventArgs) - Method called.
2021-02-05 13:54:06 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 15:09:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:09:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-05 15:09:47 | Debug | SynchronisationPanel::Void
ShowSynchronisationStatus(Boolean) - Method called.
2021-02-05 15:09:48 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 15:09:53 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 15:09:53 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 15:10:01 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:10:40 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:10:54 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:10:55 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:11:29 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 15:11:29 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-05 15:11:46 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:11:46 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:11:47 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:12:10 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:12:32 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:12:57 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:13:01 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:13:44 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:13:49 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:13:49 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-05 15:13:49 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-05 15:13:50 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-05 15:13:50 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:13:28 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:13:30 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.AppointmentItem) - Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void
ShowSynchronisationStatus(Boolean) - Method called.
2021-02-08 07:13:30 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:13:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:13:52 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:13:52 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-08 07:14:06 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-08 07:14:06 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-08 07:14:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:14:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:14:17 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-08 07:14:17 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-08 07:14:18 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-08 07:14:18 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-08 07:14:18 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-08 07:14:18 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:15:59 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:15:59 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:16:00 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:17:07 | Debug | AddinModule::Void
outlookEvents_ItemSend(System.Object, AddinExpress.MSO.ADXOlItemSendEventArgs) -
Method called.
2021-02-08 07:17:07 | Debug | SynchronisationLogic::Void
ProcessEmailOnSend(Outlook.MailItem) - Method called.
2021-02-08 07:17:07 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:17:07 | Debug | AddinModule::Void
outlookEvents_InspectorClose(System.Object, System.Object, System.String) - Method
called.
2021-02-08 07:17:16 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:17:16 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void .ctor() - Method called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void FixRefreshLogic() - Method
called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void
SynchronisationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void HandleItem(System.Object)
- Method called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void
HandleItem(Outlook.MailItem) - Method called.
2021-02-08 07:17:16 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:17:51 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:18:13 | Debug | AddinModule::Void
outlookEvents_ExplorerFolderSwitch(System.Object, System.Object) - Method called.
2021-02-08 07:18:20 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:18:21 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:18:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:18:36 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:04 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:17 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:42 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:42 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:42 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:54 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:19:58 | Debug | AddinModule::Void
outlookEvents_InspectorActivate(System.Object, System.Object, System.String) -
Method called.
2021-02-08 07:20:55 | Debug | ConfigurationPanel::Void .ctor() - Method called.
2021-02-08 07:20:55 | Debug | ConfigurationPanel::Void FixLayout() - Method called.

2021-02-08 07:20:55 | Debug | ConfigurationPanel::Void


ConfigurationPanel_Load(System.Object, System.EventArgs) - Method called.
2021-02-08 07:20:55 | Debug | ConfigurationPanel::Void LoadSettings() - Method
called.
2021-02-08 07:21:08 | Debug | ConfigurationPanel::Void
ConfigurationPanel_Apply(System.Object, System.EventArgs) - Method called.
2021-02-08 07:21:08 | Debug | ConfigurationPanel::Void SaveSettings() - Method
called.
2021-02-08 07:21:08 | Debug | AddinModule::Void ApplyConfiguration() - Method
called.
2021-02-08 07:21:37 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.
2021-02-08 07:21:37 | Debug | SynchronisationPanel::Void
SynchronisationPanel_ADXAfterFormHide(System.Object, ADXAfterFormHideEventArgs) -
Method called.

You might also like