摘要:
转自:http://www.cnblogs.com/madebychina/archive/2011/09/20/madebychina_2.htmlC#使用如下代码调用Outlook2003发送邮件: // Create the Outlook application. Outlook.Application oApp = new Outlook.Application(); //Outlook.ApplicationClass oApp = new Outlook.ApplicationClass(); ... 阅读全文