6

I have several rules which mark items as read and then send them to a specific folder. Nearly all of these folders are nested within one parent folder.

The issue is that usually when I get one of these messages, Outlook will expand the parent folder. I have no need for this sort of notification. The entire point of me automatically marking messages as read is that I don't need to know about them.

Can I stop Outlook from auto-expanding folders when they get new mail? I get dozens of these messages a day, and it's frustrating to constantly close this folder only to have it reopen minutes later.

I'm using Outlook 2010.

Kris Harper
  • 1,047

4 Answers4

1

Too sad, but you cannot change this behaviour. The only way do disable folder auto-expansion is to use server-side rules. These rules are available when using Outlook + Exchange Server. Unfortunately, the limited subset of conditions and actions is available in server-side rules.

thims
  • 9,361
1

I finally made my Outlook folder stop opening every time I get a new email!

I went to RULES > MANAGE RULES.

I found the rule that was affecting that email, and for that rule, I unchecked the option called "ON THIS COMPUTER ONLY".

A few minutes later, I checked, and sure enough - I had received emails in the folder. It stopped opening automatically.

1

I have found that the folders only expand when I have my rules set to mark items as read. If the rules simply move the items to folders, but leave them unread, the folders don't expand. I suspect this is because marking them as read makes the rule a "client-only rule" which means it only runs when the client is open.

I find this to be a particularly annoying aspect of Outlook and Exchange. Because I got tired of constantly collapsing my folders, I decided to turn off the mark-as-read parts of my rules. And because I want all my read, I wrote a program which communicates with Exchange and recursively marks all items as read. I set this program to run every minute using Task Scheduler.

If you would like to use the same program, you can find the source code here. You will need Visual Studio to compile it. You will also need to download and install the Exchange Web Services API from here.

Incidentally, this also solves the problem I had in this question where Outlook would constantly tell me I had unread mail when I didn't.

Kris Harper
  • 1,047
1

I have also had this annoying issue with Outlook. I like some of the solutions above, but I am not an admin on my work computer, so I have resorted to moving those folders which I need Client-Only Rules to move emails to (which are marked as read) back out to the top level under Inbox. I use punctuation as a prefix to sort these folders (you could use numbers as well) so that I can send the unimportant ones to the bottom of the list. ie !Meetings #Projects $Service Tickets etc.

If the "subfolder" is no longer nested nothing expands. I know this is not a great solution, just a work-around.

Jon B
  • 11