exchangewebservices - Mine messages in exchange server -
i trying find out if there way inspect messages flowing through exchange server mining purposes. came across exchange server web services, not sure how use them. there anyway can copy of email messages flowing though exchange server?
ews has several mechanisms subscribe mail events on server, i.e. 3 types of notifications plus synchronization mechanism. however, don't think scale trapping everything flowing through server. 1 thing, subscriptions target individual folders within exchange store, not entire store. another, ews requires authorization each mailbox want access to. lastly, volume of events generated enterprise-size exchange server overwhelm single process, , app have scale out needed.
assuming proper authorization, might able browse through each mailbox on server @ particular interval, need done restraint not hit ews's throttling limits. , potentially miss things came , went in between browses.
Comments
Post a Comment