josros6031
09-21-2021, 09:11 AM
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
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