B
Benjamin Gay [MSFT]
SonnyK said:Is there a way to adjust Outlook 2007 cached mode timing?
In Outlook 2003 we can:
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Cached
Mode
registry key:
- "Upload=dword:0000000f" (default is 15 seconds).
- "Download=dword:0000001e" (default is 30 seconds)
- "Maximum=dword:0000003c "(default is 60 seconds)
but, I don't seem to find any reg keys in Outlook 2007
Thanks
Sonny
Have a look at the Office 12 Group Policy ADM templates available at
http://www.microsoft.com/downloads/...4B-7112-4B6C-AD4A-BBF3802A5C9B&displaylang=en
As you can see from the following snipit of outlk12.adm all of the items
are supported:
POLICY !!L_Entersecondstowaittouploadchangestoserver
KEYNAME "Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode"
PART !!L_EntersecondstowaitbeforeuploadDefault15sec NUMERIC
VALUENAME Upload
SPIN 1
#if VERSION == 1
SPIN 0
#endif
DEFAULT 15
MIN 0
MAX 86400
END PART
EXPLAIN !!L_SpecifiesnumberofsecondstowaitbeforeuploadingchangestotheExc
END POLICY
POLICY !!L_Entersecondstowaittodownloadchangesfromserver
KEYNAME "Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode"
PART !!L_EntersecondstowaitbeforedownloadDefault30sec NUMERIC
VALUENAME Download
SPIN 1
#if VERSION == 1
SPIN 0
#endif
DEFAULT 30
MIN 0
MAX 86400
END PART
EXPLAIN !!L_Specifiesnumberofsecondstowaitbeforedownloadingchangesfromth
END POLICY
POLICY !!L_Entermaximumsecondstowaittosyncchanges
KEYNAME "Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode"
PART !!L_EntersecondstowaitbeforesyncDefault60sec NUMERIC
VALUENAME Maximum
SPIN 1
#if VERSION == 1
SPIN 0
#endif
DEFAULT 60
MIN 0
MAX 86400