MS Exchange

  • Thread starter Thread starter Coder
  • Start date Start date
C

Coder

Hello,

Is it possible to have an application sitting on the exchange server,
and be able to read incoming emails?

- Thanks.
 
Yes, and this type of applications is called Store Event Sinks. You'll need
to make a class that implements one of the interfaces provided by Exchange,
register that class as a COM+ application on the server machine, then add
an event registration to the Exchange server. You'll find a lot of details
at

http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_ole_db_server_even
ts_overview.asp

http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_exch2k_using_store_events
..asp

Cheers,
John Wadie
 
Back
Top