01 2014 档案
C#在outlook里创建一封邮件到草稿箱
摘要:1.引用Microsoft.Office.Interop.Outlook.dll2.实现代码 1 public static int SendToDraft(List to, List cc, List bcc, string subject, string content, List attachments, ref string errorMessage) 2 { 3 int result = -1; 4 try 5 { 6 StringBuilder sbattachm... 阅读全文
posted @ 2014-01-22 11:57 eims 阅读(1090) 评论(0) 推荐(0)