outlook download email body
问题 I am creating a program that sends a text message and then depending on the reply I want to perform a specific action. Anyways here is my code: using Microsoft.Office.Interop.Outlook; using Outlook = Microsoft.Office.Interop.Outlook; static void Main() { var outlook = new Microsoft.Office.Interop.Outlook.Application(); // fire event when a new email arives outlook.NewMailEx += new ApplicationEvents_11_NewMailExEventHandler(oApp_NewMailEx); // etc } static void oApp_NewMailEx(string