Notify user of message arrival in another mailbox
Posted
by
Tim Alexander
on Server Fault
See other posts from Server Fault
or by Tim Alexander
Published on 2011-06-27T16:14:38Z
Indexed on
2011/06/27
16:24 UTC
Read the original article
Hit count: 221
This is very similar to this question but has a few differences. Basically we have a user dealing with a conflict of interest case. To separate the mail from prying eyes (and the draconian routing system we have in place) the user has been granted access to a second conflicts mailbox that is only accessible to him via OWA. This has worked fine for years but now the user would like a notification to be sent to him when a message arrives in his conflicts mailbox.
Initially I thought an Outlook rule would work but of course the client is never logged in so the Outlook rules are never processed. This led me to think that an Exchange Transport rule might work but the only options I can see are to Forward or Copy the message to another user. this would bypass the conflicts setup. All I really need is a notification and not the actual message to be sent.
Is this at all possible with Exchange 2007? Or if not is there any thirdparty addition or workaround that anyone has come across?
© Server Fault or respective owner