Regkey to enable & disable Outlook 2003 cached mode
August 21st 2008 @ 8:38 am Office, Registry

Pre Microsoft office 2003 SP3, when creating a new MAPI email account in outlook 2003 the default setting was to "Use Cached Exchange Mode". I have noticed that after installing SP3 the default seems to now be disabled when creating an email account.

The following registry key allows you to enable it again and can obviously be scripted to run for users at logon:

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\(profilename)\13dbb0c8aa05101a9bb000aa002fc45a

Change the data stored within the 00036601 (REG_BINARY) value. These are the usable items of data that can be stored within the key value:

84 01 00 00 = cached mode enabled for email (the default setting pre SP3)
84 05 00 00 = cached mode enabled for email, and public folders
04 00 00 00 = cached mode disabled (default setting post SP3)

James Clements
rss 1 comment
  1. Zanga Toure
    January 25th, 2010 | 5:11 pm | #1

    Thank you for sharing your findings! We're evaluating Outlook Anywhere and I was asked to come with a script that would enable the feature automatically. Your blog about enabling Outlook 2003 Anywhere and Enabling/Disabling Cached Mode saved the day and I am grateful for bloggers like you who make people like me look very smart :-) !

comment on this article