Reputation: 499
I am developing an application, in which I need to read the content (mail body) of the incoming mail. For this, I am using below code to trigger the event, every time when new mail comes -
outLookApp.NewMailEx += new ApplicationEvents_11_NewMailExEventHandler(MailExtractor.outLookApp_NewMailEx);
I am using MS outlook2010?
How can I mark Mail as read those are going through this application?
Upvotes: 1
Views: 1951