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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top