Outlook addin behaves different on two different Exchange servers

Add-in Express™ Support Service
That's what is more important than anything else

Outlook addin behaves different on two different Exchange servers
Outlook addin 
Benn Kjaer




Posts: 11
Joined: 2019-01-28
Hi

I have a Outlook addin, that checks the users e-mail. ( folder, subject, datetime )

The users are placed on two different Exchange servers.

My add-in executes fine. For the users on one of the servers it finds the e-mail's as it should, but for users on the other server it finds nothing.

Does anyone have a hint for what to look for ?
Posted 27 Aug, 2019 01:48:53 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Benn,

I would debug the add-in. You can add a number of debug messages to your code; use System.Diagnostics.Debug.WriteLine(). If the add-in is built in the Debug configuration, you collect the messages at run time using DebugView (see http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx). In the release configuration, you get these messages using System.Diagnostics.Trace.WriteLine().


Andrei Smolin
Add-in Express Team Leader
Posted 27 Aug, 2019 03:55:34 Top
Benn Kjaer




Posts: 11
Joined: 2019-01-28
Hi Andrei

Problem solved. Is was a caching issue in Outlook.
Posted 27 Aug, 2019 05:07:24 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Great!


Andrei Smolin
Add-in Express Team Leader
Posted 27 Aug, 2019 05:11:02 Top