How to make Rule to get notification for Shared Mailbox on Outlook 2013

Hi All, is anyone have idea how to make rule on Outlook 2013 to get notify if you receive new email from your "Shared Mailbox".
Is it possible that make a Rule for that notification? I have outlook here and I can't see notification when I receive new emails. Hope anyone can help me how to do this.

Assuming the mailbox is open in outlook as a shared mailbox, you can use a macro to watch the folder: 
Private WithEvents Items As Outlook.Items
Private Sub Application_Startup()
  Dim Ns As Outlook.NameSpace
  Set Ns = Application.GetNamespace("MAPI")
  Set Items = GetFolderPath("Accounting\Inbox").Items
End Sub
Private Sub Items_ItemAdd(ByVal Item As Object)
  On Error Resume Next
MsgBox "new message  from " & Item.SenderName & " in shared folder"
End Sub
Diane Poremsky [MVP - Outlook]
Outlook & Exchange Solutions Center
Outlook Tips
Subscribe to Exchange Messaging Outlook weekly newsletter

Similar Messages

  • Notifications on Shared Mailbox

    My company is currently using the Midsize Business version of Office 365 and as such we have a few shared mailboxes that various staff can access. <o:p></o:p>
    We have assigned licensed users to have full access rights to these mailboxes and the mailboxes are automatically pulled down to their outlook, which is great.<o:p></o:p>
    However, when this shared mailbox receives a new email, Outlook doesn't display an alert/notification (whereas the personal, licensed account does). Is there a way to change this? <o:p></o:p>
    Ideally we don't want to forward the email to user's personal mailboxes because we want to keep them in the shared mailbox.
    <o:p>I see that in 2011 a similar question was asked but I wondered if there had been any progress on this? Or at least someway to enable similar functionality?</o:p>
    Thanks,<o:p></o:p>

    Hi,
    By design, Outlook doesn't display the new message notifications for shared mailboxes, and I haven't heard any news about changing this feature so far.
    If you want a have a look on the new emails frequently, Add the inbox of the Additional mailbox to your favourites folder, the new email count will help you in indicating there is new mail for shared mailbox.
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to make a Colorful Gif Image for Holi

    How to make a colorful Gif Image for Happy Holi 2014

    Okay, I know this doesn't answer your question, but don't get me wrong. A logo is meant to be the way it was designed - upright, no flipping/ swiveling animation. Why exactly do you want to let your logo turn around?
    If its to grab attention, why dont you consider animating the area on which your logo sits (header)? Or maybe add nice transitive slideshows on your main content area to add more interactivity?

  • How to make Add to Favorites Option for website?

    Please Advice how to make Add to Favorites Option for the
    Website.
    Appreciated
    Thank You

    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=189&threadid =1191543&highlight_key=y&keyword1=favorites

  • How come I can't get snapchat for my iPad?

    How come I can't get snapchat for my iPad?

    What country are you in ? I can find it here in the UK store and it's also in the US store - search for 'snapchat', and then on the results screen tap the 'iPad only' button at the top left and select 'iphone only' instead (the app is optimised for the smaller iPhone-sized scren, so won't show in the 'iPad only' view).

  • How to make F7,F8,F10 disabled for security?

    Hi alll,
    Pls can any boady tell me ; how to make F7,F8,F10 disabled for security purposes?
    Abdetu.

    Hello Gerd
    Thanks for reply,
    i made a search for the file u mentioned
    FMRWEB; i found it on path C:\orant\FORMS60
    having the following :
    # FMRWEB.RES is the key definition file for webforms. The syntax is:
    # JFN : JMN : URKS : FFN : URFD (whitespace ignored)
    # JFN = Java function number
    # JMN = Java modifiers number
    # URKS = User-readable key sequence (double-quoted)
    # FFN = Forms function number
    # URFD = User-readable function description (double-quoted)
    # JAVA FUNCTION NUMBER
    # 33 = PageUp
    # 34 = PageDown
    # 35 = End
    # 36 = Home
    # 37 = LeftArrow
    # 38 = UpArrow
    # 39 = RightArrow
    # 40 = DownArrow
    # 65 - 90 = Ctrl+A thru Ctrl+Z (These will always have the control
    # modifier explicitly included, as well as any other
    # modifiers that might be used.)
    # 112 - 123 = F1 thru F12
    # 9 = Tab (Ctrl+I, without the control modifier)
    # 10 = Return (Ctrl+J, without the control modifier)
    # JAVA MODIFIERS NUMBER
    # Equal to the sum of the values for the modifier keys:
    # 0 = None
    # 1 = Shift
    # 2 = Control
    # 4 = Meta
    # 8 = Alt
    # FORMS FUNCTION NUMBER
    # The Forms function numbers match the function numbers found in a
    # typical Forms key binding file.
    # USER-READABLE STRINGS
    # The double-quoted strings appear when users click [Show Keys], and
    # are used for this purpose only. These strings can be translated as
    # needed. Note that the strings do not affect what actually happens
    # when end users press a particular key sequence.
    9 : 0 : "Tab" : 1 : "Next Field"
    9 : 1 : "Shift+Tab" : 2 : "Previous Field"
    116 : 0 : "F5" : 3 : "Clear Field"
    38 : 0 : "Up" : 6 : "Up"
    40 : 0 : "Down" : 7 : "Down"
    33 : 0 : "PageUp" : 12 : "Scroll Up"
    34 : 0 : "PageDown" : 13 : "Scroll Down"
    69 : 2 : "Ctrl+E" : 22 : "Edit"
    10 : 0 : "Return" : 27 : "Return"
    76 : 2 : "Ctrl+L" : 29 : "List of Values"
    115 : 0 : "F4" : 32 : "Exit"
    75 : 2 : "Ctrl+K" : 35 : "Show Keys"
    83 : 2 : "Ctrl+S" : 36 : "Commit"
    118 : 1 : "Shift+F7" : 61 : "Next Primary Key"
    117 : 0 : "F6" : 62 : "Clear Record"
    38 : 2 : "Ctrl+Up" : 63 : "Delete Record"
    117 : 1 : "Shift+F6" : 64 : "Duplicate Record"
    40 : 2 : "Ctrl+Down" : 65 : "Insert Record"
    119 : 1 : "Shift+F8" : 66 : "Next Set of Records"
    1005 : 0 : "Down" : 67 : "Next Record"
    1004 : 0 : "Up" : 68 : "Previous Record"
    118 : 0 : "F7" : 69 : "Clear Block"
    66 : 2 : "Ctrl+B" : 70 : "Block Menu"
    34 : 1 : "Shift+PageDown" : 71 : "Next Block"
    33 : 1 : "Shift+PageUp" : 72 : "Previous Block"
    116 : 1 : "Shift+F5" : 73 : "Duplicate Field"
    119 : 0 : "F8" : 74 : "Clear Form"
    122 : 0 : "F11" : 76 : "Enter Query"
    122 : 2 : "Ctrl+F11" : 77 : "Execute Query"
    69 : 3 : "Shift+Ctrl+E" : 78 : "Display Error"
    80 : 2 : "Ctrl+P" : 79 : "Print"
    123 : 0 : "F12" : 80 : "Count Query"
    85 : 2 : "Ctrl+U" : 81 : "Update Record"
    121 : 3 : "Shift+Ctrl+F10" : 82 : "Function 0"
    112 : 3 : "Shift+Ctrl+F1" : 83 : "Function 1"
    113 : 3 : "Shift+Ctrl+F2" : 84 : "Function 2"
    114 : 3 : "Shift+Ctrl+F3" : 85 : "Function 3"
    115 : 3 : "Shift+Ctrl+F4" : 86 : "Function 4"
    116 : 3 : "Shift+Ctrl+F5" : 87 : "Function 5"
    117 : 3 : "Shift+Ctrl+F6" : 88 : "Function 6"
    118 : 3 : "Shift+Ctrl+F7" : 89 : "Function 7"
    119 : 3 : "Shift+Ctrl+F8" : 90 : "Function 8"
    120 : 3 : "Shift+Ctrl+F9" : 91 : "Function 9"
    113 : 0 : "F2" : 95 : "List Tab Pages"
    72 : 2 : "Ctrl+H" : 30 : "Help"
    ------------------------------------end of file-----------------------------------------
    Now if this is the file i have How can i make F7,F8,F10 disabled for security?
    can u clarify to me how can handle this,i am afraid i may do something wrong..!!!
    But how do you want to commit without the shortcut?? What do u mean by a shortcut..?
    Thanks in advance..
    Regards,
    Abdetu.

  • How to make Safari remember my password for sites whiteout promoting me? I mean i don't want to ask me if i want to save the password or not, just save it automatically to my keychain.

    How to make Safari remember my password for sites whiteout promoting me? I mean i don't want to safari ask me if i want to save the password or not, can it just save it automatically to my keychain qhitout asking?

    No. It's a safety feature. Select the appropriate response and the next time you visit, you won't be prompted.

  • How do i able to get data for unit price using RSEG table?

    Dear All,
    How do i able to get data for unit price in RSEG table?

    Hi Thiru,
    Please check the logic in thread http://scn.sap.com/thread/1347964
    Hope this helps.
    Regards,
    Deepak Kori

  • How To sign up to Receive notifications for BlackBerry Device Software updates ?

    Hi All,
    Happy new year to all.
    CAn you help me to How To sign up to Receive notifications for BlackBerry Device Software updates for my devices. ?
    Device model : Q5 device
    DEvice OS : BB 10

    You will receive a notification with your device, you can also check for updates in Settings.

  • I keep getting notifications for emails that disappear

    I have been regularly getting notifications for emails that disappear. After a purchase, maybe, I'll see a brief notification pop-up in the upper right part of my screen announcing an expected email has arrived. I go to Apple Mail and it's not there. Now I go back to the notifications icon at the upper right and the notification that just popped up is nowhere to be found.
    This is driving me crazy.
    I've rebuilt my Mail indexes, I've quit and restarted, and I've tried various search methods. Nothing finds the missing emails. Yes, I'm looking in trash and junk. Yes, I've tried to use Spotlight.
    What the heck is going on?

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • How do I turn OFF push notifications for a certain app; specifically yahoo mail?

    How do I turn OFF push notifications for a certain app; specifically yahoo mail?

    Settings>Mail, Contacts, Calendars>Fetch New Data>Push>Off.

  • How to change to sound of notifications for apps like whatsapp, viber,

    How to change to sound of notifications for apps like whatsapp, viber?

    Use either the settings section within the app or the Sounds area of the Settings app. It all depends on how the app is programmed.
    Settings > Sounds > select the app and change the sound.

  • How do I turn on the notification for pop-up blocker? I accidentally clicked the option saying "do not show this notification again." I want the notification so I have the option of seeing the pop-up or not, but don't know how to turn this back on.

    How do I turn on the notification for pop-up blocker? I accidentally clicked the option saying "do not show this notification again." I want the notification so I have the option of seeing the pop-up or not, but don't know how to turn this back on.

    Type "about:config" in the location bar.
    Filter for "privacy.popups.showBrowserMessage"
    Change this to true by double clicking the preference (or right click and choose Reset)

  • How to use Search Folders in Outlook for shared mailboxes

    Hello
    We use Otlook 2010/2013 with MS Exchange 2010. In outlook there is "Serarch folder" with subfolders Large e-mail, Unreaded mails.... User can create own subfolders with rules.
    Users have attahet to outlook shared mailboxex for example Import, Export....
    For these mailboxes you cannot use "Search Folders" - outlook can use it only for your personal mailbox.
    To use "Serach folders" for shared mailbox I have to create new e-mail profile in Windows. User has to run outlook using these new profile "import". Now he is directly connected with shared mailbox.
    But users want to use "Search folders" when they are on own outlook profile with shared mailboxes attahecd to their profiles.
    Is it posible to do it? Or use some third-party
    product?
    Thank you for help
    Tomasz
    Kind Regards Tomasz

    Hi,
    I suggest we ask this question on Outlook forum:
    http://social.technet.microsoft.com/Forums/office/en-US/home?forum=outlook
    Regards,
    Simon Wu
    TechNet Community Support

  • How to hide the Columns and Views for Login user in SharePoint 2013

    Hi Friends,
    How to hide the Columns and Views for Login user in SharePoint 2013? Is it possible using OOB features? If not possible how can we hide the Columns and Views for Login user?
    Could you please help on this.
    Thanks,
    Tiru
    Tiru

    Hello Tirupal,
    There is no OOB way to do this.
    Please check this codeplex solution to achieve the same.
    https://sp2013columnpermission.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

Maybe you are looking for

  • É possível criar cópia de segurança de todos os e-mails enviados pelo Thunderbird?

    Eu gostaria que todos os e-mails enviados a partir de uma determinada conta (Vamos supor "Conta A") sejam também enviados para outra conta (Vamos supor "Conta B"). Eu sei que se eu for lá nas configurações da "Conta A", eu posso definir que sempre qu

  • Can xorg-clock open in the dock instead of lal?

    I use openbox + docker + lal (which opens in the dock). Could I substitute lal with xorg-clock? Thank you

  • Display problems on Macbook possible dead pixels?

    I opened my computer today to find that there is a tiny stripe starting on top of the screen by the camera. It goes all the way down my screen but only shows on the top and bottom of my screen. I can see the full line if I tip my computer a certain w

  • Import from Excel error.

    When I try to import updates on activites from Excel I get "est_wt is null for TASK ActivityID" in the error log.  I take an export from my schedule, update the dates, and then this error keeps popping up. 

  • Decaps & Decrypt counter do not match

    Hi, Looking for some info on why the number of decapsulated packeted do not match the number of decrypted packets. we are not seeing this anywhere else on any of our firewalls. THe difference to this IPSEC config and others are this is the first usin