How to auto-cc a system email account any time a user creates an appointment
Posted
by
Ferdy
on Server Fault
See other posts from Server Fault
or by Ferdy
Published on 2010-03-11T08:17:40Z
Indexed on
2013/10/26
3:57 UTC
Read the original article
Hit count: 483
I will not bother explaining my full architecture or reasons for wanting this in order to keep this question short:
Is it possible to auto-cc a certain email account any time a Exchange user creates an appointment or meeting in his own calendar?
- Is it possible using rules?
- Our Exchange 2007 server is outsourced, I cannot change the configuration or install plugins server-side
- Preferably, it still should work server-side, because users may use the Outlook client but also Outlook Web Access
- Is there any other way, perhaps using group policies?
My conclusion so far is that the only viable way to accomplish this is to build an Outlook add-on. The problem there is that it will need to be managed for thousands of desktop users and that the add-on will not work when using another client (OWA, mobile).
An alternative architecture could be to pull the information from the user's calendar on a scheduled basis. Given that we are talking about a lot of users, scalability is a major issue, this has also been confirmed by Microsoft.
Can you confirm that my thinking is correct or do you have any other solutions?
© Server Fault or respective owner