Aspose.Email 是一组控件用于轻松的开发 email 功能的应用程序、Web应用、Web服务和Windows 应用。支持 Outlook PST, EML, MSG, and MHT 格式. 允许开发者直接与 SMTP, POP, FTP, 和 MS Exchange 服务器进行通信。支持邮件合并、iCalendar、定制邮件头和内容、嵌入文件等等。
示例代码:
// INitialize the MailPrinter class MailPrinter msgPrinter = new MailPrinter(); // Load an email message MailMessage msg = MailMessage.Load("attached and embedded image.msg", MessageFormat.Msg); // Call Print() method msgPrinter.Print(msg, "test.xps", PrintFormat.XPS);
发布于 2016-01-15 00:17:51 | 178 次阅读