Outlook: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
"ModifyAccounts"=dword:00000000
"ModifyAccounts"=dword:00000000
</source>
</source>
=== Cached Mode ===
=== Cached Exchange Mode ===
The following keys were set in my configuration, preventing to change the settings related to ''Cached Mode'' (in particular the selection between ''Download headers'', ''Download headers and then full items'', etc.):
The following keys were set in my configuration, preventing to change the settings related to ''Cached Exchange Mode''. In particular the mode selection was disabled, ie. the options ''Download full items'', ''Download headers and then full items'', ''Download headers'' were all grayed out.
<source lang="reg">
<source lang="reg">
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode]
Line 41: Line 41:
"SyncPFFav"=dword:00000001
"SyncPFFav"=dword:00000001
</source>
</source>
To unlock all settings, simply delete values ''CachedExchangeMode'', ''NoDrizzle'', ''NoFullItems'', ''NoHeaders'', and ''NoManualOnlineSync'' (ie. all but ''Enable'' and ''SyncPFFav'').
To unlock all settings, and eg. allow download full headers, simply delete values ''CachedExchangeMode'', ''NoDrizzle'', ''NoFullItems'', ''NoHeaders'', and ''NoManualOnlineSync'' (ie. all but ''Enable'' and ''SyncPFFav'').


== Move <tt>.pst</tt> to another location ==
== Move <tt>.pst</tt> to another location ==

Revision as of 09:46, 25 September 2008

Miscellaneous

  • Summary of keyboard shortcuts can be found here.

References

Important Registry Keys

Apparently important registry keys are under:

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook]
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook]
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook]

Unlocking

Account Settings

To unlock access to Account Settings (error "This feature has been disabled by your system administrator"), the following registry key must be set to 0 (for Outlook 2003/2007):

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Setup]
"ModifyAccounts"=dword:00000000

Cached Exchange Mode

The following keys were set in my configuration, preventing to change the settings related to Cached Exchange Mode. In particular the mode selection was disabled, ie. the options Download full items, Download headers and then full items, Download headers were all grayed out.

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Cached Mode]
"CachedExchangeMode"=dword:00000001
"Enable"=dword:00000001
"NoDrizzle"=dword:00000001
"NoFullItems"=dword:00000001
"NoHeaders"=dword:00000000
"NoManualOnlineSync"=dword:00000001
"SyncPFFav"=dword:00000001

To unlock all settings, and eg. allow download full headers, simply delete values CachedExchangeMode, NoDrizzle, NoFullItems, NoHeaders, and NoManualOnlineSync (ie. all but Enable and SyncPFFav).

Move .pst to another location

Follow the simple procedure described here:

  1. Open Outlook - Configure your GMail account as detailed here. Stop Outlook.
  2. Open Control Panel → Choose Mails → Click on Data files.
  3. Select the Account name and check for the location of the PST file. Leave the window open.
  4. Open the folder containing the PST. Move the PST to the desired location.
  5. Do NOT rename the file - if you do Outlook creates a new file in the default location again.
  6. Switch to the Data Files window (as opened in Step 2) and double click on the PST file location.
  7. Outlook displays an error window, Ignore the error, and point to the new location. Close the windows.
  8. Outlook may create a new PST in the default location again, delete it, in such a case.
  9. Restart Outlook.