Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,我需要在其中读取传入邮件的内容(邮件正文)。为此,我使用下面的代码来触发事件,每次收到新邮件时 -
outLookApp.NewMailEx += new ApplicationEvents_11_NewMailExEventHandler(MailExtractor.outLookApp_NewMailEx);
我正在使用 MS Outlook2010?
如何将正在通过此应用程序的邮件标记为已读?
您需要设置UnReadOutlook 的属性MailItem
UnRead
MailItem
http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook._mailitem.unread(v=office.14).aspx