c# - How can I mark Mail as read in MS Outlook2010? -
i developing application, in need read content (mail body) of incoming mail. this, using below code trigger event, every time when new mail comes -
outlookapp.newmailex += new applicationevents_11_newmailexeventhandler(mailextractor.outlookapp_newmailex);
i using ms outlook2010?
how can mark mail read going through application?
you need set unread
property of outlook mailitem
Comments
Post a Comment