Hi,
I need to set up an event handler that will be triggered by any incoming mail to our exchange server. But I can't handle it on the exchange server itself, i need to make copies of the emails and handle them on a remote server.
All the event sinks that I've found for exchange servers must run on the computer where mail is being processed. But that would be the main server that I cannot put anything on.
Does anyone have any ideas of how to send copies of the emails and run event sinks on a remote server?
any help would be appreciated :)