比较简单,没有什么好说的!
1
using System;
2
using System.Collections.Generic;
3
using System.Text;
4
using Outlook = Microsoft.Office.Interop.Outlook;
5
using Office = Microsoft.Office.Core;
6
using System.Windows.Forms;
7
8
namespace OutlookAddInAttachmentCheck
9
1
2
3
4
5
6
7
8
9