I'm trying to get Outlook to do some things when the user closes the application.
I tried using the app.quit event, but that's too late, because by the time it fires, Outlook has already released all of my variables/objects. I need to run my code in an event that fires before that.
I found...