Hiding Default Items in Outlook
Posted by admin
Do you wish Outlook would let you get rid of their annoying folders for features that you don’t use? I don’t use their Archive, Clutter, Conversation History, Junk Email, or RSS Feeds, but from the Outlook UI you can’t delete those folders like you can other folders. Give us a hide option at least! Well, after years of just living with it, I found MFCMAPI:
https://github.com/stephenegriffin/mfcmapi/releases/tag/19.0.19107.02
To Hide a Folder:
- Download, install, and run MFCMAPI.
- Double click the mailbox name (it likely has your email in the “Display Name” column.
- In the resulting popup window, expand IPM_SUBTREE and select the folder you want to hide.
- Select the “Property > Advanced > Edit given property…” menu item.
- In the Property Tag field, enter 0x10F4000B. This should cause the “Property Name” field to change to PR_ATTR_HIDDEN.
- Click OK
- In the subsequent popup , check the “Boolean” checkbox.
- Click OK, and the he folder should immediately disappear in Outlook.
As usual, TRY THE ABOVE AT YOUR OWN RISK AS IT CAN REALLY MESS THINGS UP IF YOU MAKE A MISTAKE. Having said that, it seems to work just fine for me. 🙂
This doesn’t work for everything unfortunately, I still have yet to get rid of “Search Folders” and “Groups” which I’ve never once used. 🙁