Is it possible to make Outlook 2010 turn on the "Automatic Replies" feature when I close the application? I like to turn on "Out of Office" at the end of the day but in a hurry it's easily forgotten.
|
feedback
|
|
It appears Outlook generates an Application_Quit event when closing that could be hooked to set the OOF. Pressing Alt-F11 in Outlook brings up the macro editor. Start poking around there. | |||
|
feedback
|
|
Awesome! Thanks KCotreau. I got it working on MS Outlook 2003. Below is the code snippet - I just wrapped it wihtin the pre and code to not have it all in a single line.
This is nice, but is it possible to have it actually run at a future day/time? That will be a real plus, because if you have a vacation planned and forget to turn OOF, it will automatically kick in without human intervention...eh? | |||
|
feedback
|
|
I REALLY tried to make this work for you, but I learned that Outlook 2010 no longer supports CDO 1.2.1, and not being a programmer, I did not have the deep knowledge to code it another way. Although unsupported and not recommended by Microsoft (why do they mention it then??), it is possible to install CDO if you have Outlook 2007, before you upgrade to Outlook 2010. http://support.microsoft.com/kb/2028411 I am going to post how to do this in Outlook 2003/2007 in case anyone happens upon this. I just tested this. I will also post the other steps for Outlook 2010 ASSUMING YOU CAN FIX THE CODE. For Outlook 2003/2007
For Outlook 2010If you can fix the code, here are the steps for Outlook 2010. I include them because the locations of many items have changed, and could be hard to find. In the current code, I also point out the step that fails.
| ||||
|
feedback
|