添加引用:Microsoft.Office.Interop.Outlook using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Mail; using System.Net; using Outlook = Microsoft.Office.Interop.Outlook; namespace Common { public class Mai…