Outlook: remind me of the incomplete tasks that are due today before closing Outlook

0

So I want outlook to remind me about the tasks that are due today and are not marked complete before closing the Outlook application. Is this possible?

Gangula

Posted 2018-03-30T06:46:00.963

Reputation: 349

Yes, but you're going to need to get your hands dirty with VBA. The Application_Quit function is called when Outlook exits - so put your VBA to warn about due tasks in there. – Richard – 2018-03-30T12:39:26.820

@Richard, Application_Quit won't help in this case because it can't prevent Outlook from exit. – thims – 2018-04-04T16:27:47.673

@thims True, the best you can do is use it to relaunch Outlook. – Richard – 2018-04-04T16:30:45.450

Answers

0

I'm afraid this is not possible via Outlook build-in options. It could be possible via some add-ins.

Steve Fan

Posted 2018-03-30T06:46:00.963

Reputation: 1 089

Can you back this up with an explanation or reference? – bertieb – 2018-03-30T16:06:07.993