Automatically CC a user on all new email

  • Thread starter Thread starter Gordon
  • Start date Start date
G

Gordon

I have a group calendar setup on Exchange. We give users
the ability to log into the calendar and send out meeting
requests.

Is it possible to automatically send a copy of those
meeting requests to a user every time an email is sent..

The person that is the manager of that calendar wants to
know when a meeting request has been sent out from the
calendar.

Can I enable some settings to do this or programatically
make it so that
any emails sent from this group calendar is automatically
copied to the manager or an AD user.

Thanks in advance.
Gordon
..
 
You would need to use a programmatic solution for this, monitoring the Sent
Items folder for new items (use the MAPIFolder.Items.ItemAdd event), then
forwarding the new items to the manager.
 
Back
Top