Disable Outlook reminders pop-up window programmatically

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

Disable Outlook reminders pop-up window programmatically
 
Andreas M?ller


Guest


Hello,

we are trying to find a way to programmatically turn the outlook reminder off and on like you do by changing the option ?Â?Ð?ìShow reminders?Â?Ð?í under File → Options → Advanced Options → Reminders.

This needs to work on the fly without restarting outlook.

Thanks in advance
Posted 15 May, 2017 10:37:09 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Andreas,

The Outlook object model doesn't let you change that option. Instead, you can cancel the BeforeReminderShow event of the Reminders collection; in Add-in Express, it is mapped to the BeforeReminderShow event of the Outlook Events component (ADXOutlookAppEvents).


Andrei Smolin
Add-in Express Team Leader
Posted 16 May, 2017 04:13:34 Top