Automatic activation of Out-of-Office mesage

  • Thread starter Thread starter Bill Mosca, MS Access MVP
  • Start date Start date
B

Bill Mosca, MS Access MVP

I am completely clueless when it comes to writing code for Outlook even
though I write VBA fo rAccess all day long. Is it possible to code a
macro(?) to automatically turn on the Out of Office message if I have an
all-day event marked with me out of the office? preferably with a prompt at
reminder time for the message as well.
 
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
Messaging Subsystem\Profiles\Outlook\0a0d020000000000c000000000000046
"001f0324"=hex:48,00,3a,00,5c,00,4d,00,61,00,69,00,6c,00,5c,00,61,00,72,00,63,\
00,68,00,69,00,65,00,66,00,2e,00,70,00,73,00,74,00,00,0
"001f0320"=hex:48,00,3a,00,5c,00,4d,00,61,00,69,00,6c,00,5c,00,61,00,72,00,63,\
00,68,00,69,00,65,00,66,00,2e,00,70,00,73,00,74,00,00,00

The keys 001f0324 represents the hex waarde for the path h:\mail\archief.pst

In our terminalserver enviroment this works.

But reminder the location can changed by the user.

Peter
 
Back
Top