Consulting

Results 1 to 3 of 3

Thread: Adding another shared folder to watch for new emails

  1. #1

    Adding another shared folder to watch for new emails

    Hi,

    I have the email below to have alert when new email arrived in this shared folder, how can I add another shared folder to get alerts for new emails.

    her is the code i have in ThisOutlookSession:

    '=========MONITOR NAVIGATA AP MAILBOX===  
    Set Ns = Application.GetNamespace("MAPI")
      Set Items = GetFolderPath("Navigata AP\Inbox").Items
    thank you

  2. #2
    Why don't you create a rule to alert when messages arrive in that account?
    Graham Mayor - MS MVP (Word) 2002-2019
    Visit my web site for more programming tips and ready made processes
    http://www.gmayor.com

  3. #3
    Hi,

    I tried that but because is a shared mailbox don't full access but the one in post # 1 am able to use it that way, but tried to add same format different shared mailbox like Inbox/Janine but give an error.

    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •