資源簡介
C#實(shí)現(xiàn)OutLook郵箱郵件檢索
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Reflection;
using?Outlook?=?Microsoft.Office.Interop.Outlook;
using?Webus.Documents;
using?Webus.Index;
using?Webus.Search;
using?System.Threading.Tasks;
using?System.Threading;
using?Webus.Helpers;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.Diagnostics;
namespace?OutlookSearcher
{
????public?partial?class?frmOutlookSearcher?:?Form
????{
????????IIndexer?IndexAccessor?=?null;
????????bool?isClosing?=?false;
????????int?InboxIndx?=?1?SentboxIndex?=?1;
????????string?inbox_index_file?=?AppDomain.CurrentDomain.baseDirectory?+?“inbox_index.txt“;
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-07-27?21:39??OutlookSearcher\
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\
?????文件?????????144??2013-07-26?19:51??OutlookSearcher\OutlookSearcher\app.config
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\bin\
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\bin\Debug\
?????文件???????11600??2013-07-29?17:44??OutlookSearcher\OutlookSearcher\bin\Debug\OutlookSearcher.vshost.exe
?????文件????????9662??2013-07-29?13:54??OutlookSearcher\OutlookSearcher\edit-find-mail.ico
?????文件???????15530??2013-07-29?17:13??OutlookSearcher\OutlookSearcher\frmOutlookSearcher.cs
?????文件???????23267??2013-07-29?17:13??OutlookSearcher\OutlookSearcher\frmOutlookSearcher.Designer.cs
?????文件???????45845??2013-07-29?17:13??OutlookSearcher\OutlookSearcher\frmOutlookSearcher.resx
?????文件????????2208??2013-07-26?20:26??OutlookSearcher\OutlookSearcher\MailAnalyzer.cs
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\obj\
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\obj\x86\
?????目錄???????????0??2013-07-29?18:40??OutlookSearcher\OutlookSearcher\obj\x86\Debug\
?????文件????????5426??2013-07-29?18:38??OutlookSearcher\OutlookSearcher\OutlookSearcher.csproj
?????文件?????????227??2013-07-29?13:21??OutlookSearcher\OutlookSearcher\OutlookSearcher.csproj.user
?????文件?????????520??2013-07-26?16:07??OutlookSearcher\OutlookSearcher\Program.cs
?????目錄???????????0??2013-07-26?17:36??OutlookSearcher\OutlookSearcher\Properties\
?????文件????????1488??2013-07-26?16:05??OutlookSearcher\OutlookSearcher\Properties\AssemblyInfo.cs
?????目錄???????????0??2013-07-26?17:36??OutlookSearcher\OutlookSearcher\Properties\DataSources\
?????文件?????????597??2013-07-26?17:36??OutlookSearcher\OutlookSearcher\Properties\DataSources\MailInfo.datasource
?????文件????????2858??2013-07-26?19:51??OutlookSearcher\OutlookSearcher\Properties\Resources.Designer.cs
?????文件????????5612??2013-07-26?16:05??OutlookSearcher\OutlookSearcher\Properties\Resources.resx
?????文件????????1098??2013-07-26?19:51??OutlookSearcher\OutlookSearcher\Properties\Settings.Designer.cs
?????文件?????????249??2013-07-26?16:05??OutlookSearcher\OutlookSearcher\Properties\Settings.settings
?????目錄???????????0??2013-07-29?17:44??OutlookSearcher\OutlookSearcher\Service?References\
?????文件?????1375232??2013-07-26?19:51??OutlookSearcher\OutlookSearcher\WEBUS.dll
?????文件?????????887??2013-07-26?16:06??OutlookSearcher\OutlookSearcher.sln
?????文件????????2054??2013-07-27?21:39??OutlookSearcher\OutlookSearcher.sln.docstates.suo
?????文件??????104448??2013-07-29?17:15??OutlookSearcher\OutlookSearcher.suo
- 上一篇:C#自動(dòng)升級(OAUS)
- 下一篇:C#調(diào)用大漠
評論
共有 條評論