New mail notifications for Outlook additional mailboxes

5

3

I use multiple mailboxes in Outlook.

My primary mailbox is ap@mywork.dk

But I also have additional mailboxes e.g. reception@mywork.dk, support@mywork.dk

Now whenever I get a mail in my inbox, ap@mywork.dk, I get a notification - a small blue box with the topic and name of sender is displayed on the lower right corner of my monitor for a few seconds.

Is it possible to apply that form of alert to other mailboxes, like reception@mywork.dk?

I want to make clear though, I can't just autoforward the mails from that inbox to my own. it would create more problems than solutions to mix the inboxes like that.

I've attempted to look through the possible settings on the inbox 'reception@mywork.dk' can't seem to find anywhere to turn on notifications or alerts.

Allan

Posted 2012-10-03T08:34:46.503

Reputation: 61

Answers

0

According to this page this possibility is available in Outlook 2010:

Are either the primary or secondary Exchange accounts running in Cached Exchange Mode? If the second account is in Cached Mode, then you will see the new email notifications.

Unfortunately this option does not exist in Outlook 2007. Here is a blog post that suggests a workaround using VBA:

It doesn’t look or behave the same as the built-in notification, but it is functional. The solution is to use a bit of scripting to monitor the additional mailbox’s inbox, watch for new items, and display a pop-up dialog-box when it detects one. The dialog-box is a standard Windows’ dialog, not the slick-looking notification that Outlook uses. The dialog doesn’t fade in and out, nor does it offer the ability to open or delete the message as Outlook’s notification dialog does. It will steal focus and you have to click a button to make it go away.

Siim K

Posted 2012-10-03T08:34:46.503

Reputation: 6 776

Looks like you can trigger a balloon tooltip from vba, which might be a little less intrusive http://www.vbaexpress.com/forum/showthread.php?34563-Show-system-tray-balloon-tooltip-in-VBA

– Some_Guy – 2017-02-22T16:06:07.577

well looks like its gonna have to wait untill we upgrade our outlook – Allan – 2012-10-03T10:52:04.800

3

You can accomplish this by setting up a rule in the relevant mailbox:

  1. In the Rules and Alerts dialog, click New Rule...

  2. Select Apply rule on messages I receive then click Next:

    enter image description here

  3. Select the condition sent to people or public group, selecting the group mailbox identifier, then click Next:

    enter image description here

  4. Select the action display a Desktop Alert:

    enter image description here

  5. Click Finish. Accept the prompt that states this will be run on the client only.

Graham Wager

Posted 2012-10-03T08:34:46.503

Reputation: 10 589

Ditto. Unable to reproduce. – StackzOfZtuff – 2016-01-29T14:25:35.353

2Have you tested this? I just tried your solution with Outlook 2010 and it doesn't work. – payling – 2014-01-23T13:23:33.343