2014年2月11日

Send an email with format which is stored in a word document

摘要: 1. Add a dll reference:Microsoft.Office.Interop.Word.dll2. Add the following usingsusing Word = Microsoft.Office.Interop.Word;using System.Net.Mail;using System.Text.RegularExpressions;3. Paste the following code into your application and call it.Note: Please modify the email info, and put a word fi 阅读全文

posted @ 2014-02-11 14:49 小昊子 阅读(227) 评论(0) 推荐(0)

导航