Tagged Questions

1
vote
1answer
372 views

How to add MS outlook reminders event handlers with VBA

I want to extend MS Outlook so that when a calendar reminder pops up, I can run a VBA hook that can run an external program (like a batch script). In my case, I want to "forward" the reminder to a ...