I would like to increase the MRU (most recently used) list in Outlook 2010 from "10" to "50" or above. I've search everywhere on how to do this, some websites suggested there is a registry that can be edited to increase the MRU. Example below.
This doesn't seem to work with Outlook 2010 (as far as I can tell). Is there another mechanism to increase the Outlook 2010 MRU? If no, can it be added? this would be invaluable for us folks that get 200+ emails / day, and need a way to quickly file them.
---
Wrote the following on his blog.
----------------------------------------
April 14, 2008 16:25 by philip
I discovered today that you can set the number of items shown in the Most Recently Used (MRU) list for CRM 4.0's Outlook Client. The default setting is 7 items and I find it just doesn't work for me.
Add the following reg key to our client machine:
Location: HKEY_CURRENT_USER\Software\Microsoft\MSCRMClient
Value Name: MaxRegardingObjectListCount
Type: REG_DWORD
Here is a reg patch for those that love their *.reg files. This patch sets it to 50 items (ie. 32 in hex).
[HKEY_CURRENT_USER\Software\Microsoft\MSCRMClient]
"MaxRegardingObjectListCount"=dword:00000032
Warning: Modifying the registry is dangerous. If you don't know what you are doing them don't attempt it. Ask one of your parents to help out.
The following screenshot shows this config in action. I've blurred the data out for the usual reasons.
---