Outlook – How to make Outlook display envelope icon for unread mail in other folders than Inbox

microsoft-outlook

I get a bunch of SVN commit messages to my email, and I created a rule to move them to a separate folder ("commits"). Now, the problem I have is that when I get a new commit message, Outlook no longer displays the little envelope icon in the tray.

The envelope icon is displayed just fine as long as the new mail is in my Inbox, but it doesn't show up when it's in any other folder.

Is it possible to get the envelope to show in other folders than inbox?

Best Answer

It’s pretty old question but any way…perhaps this will help those who do not like pop-up message boxes. The rule wizard has an action “start application”. I have written a simple app which shows little envelope icon in the tray. When you double click on the icon it brings up Outlook window like original Outlook icon does (and no pop-up message boxes). The app and source code are uploaded on github, here.

You can download source code and compile the app by yourself or you can just download executable from bin folder as given here.

Point start application action to the app and it will show little envelope icon in the tray when rule is triggered.

Perhaps this will help those who do not like pop-up message boxes.