論文格式
            電氣工程 會計論文 金融論文 國際貿(mào)易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產(chǎn)業(yè)管理 信息計算科學 電氣自動化 歷史論文
            機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
            制藥工程 生物工程 包裝工程 模具設計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
            通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
            • 首頁 |
            • 畢業(yè)論文 |
            • 論文格式 |
            • 個人簡歷 |
            • 工作總結 |
            • 入黨申請書 |
            • 求職信 |
            • 入團申請書 |
            • 工作計劃 |
            • 免費論文 |
            • 合作期刊 |
            • 論文同學網(wǎng) |
            搜索 高級搜索

            當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 其他專業(yè)論文
            畢業(yè)論文標題:

            Outlook附件管理軟件的設計與實現(xiàn)

             本文ID:LWGSW17030 價格:收費積分/100
            掃一掃 掃一掃
            本站會員可自行下載:下載地址 Outlook附件管理軟件的設計與實現(xiàn) (收費:5000 積分)  

            論文字數(shù):12731,頁數(shù):40

            摘要
             
             隨著網(wǎng)絡技術的飛速發(fā)展,通過電子郵件傳遞信息的人越來越多。順應這一趨勢,出現(xiàn)了很多屬于不同網(wǎng)站的電子郵箱,而且微軟公司有開發(fā)了Outlook這一可以接收任何網(wǎng)站的郵件的軟件。而對于現(xiàn)代人生活的高節(jié)奏來說,電子郵件的管理分類就顯得尤為重要了。
             Outlook 附件管理軟件的根本功能就是將Outlook所收到的電子郵件進行分類管理,根據(jù)分類快速查找結果。這樣就可以使用戶快速查看有用的信息,也可以快速排除廣告郵件的干擾。而且該系統(tǒng)具有批量保存郵件附件的功能,可以將同一主題的附件保存至同一文件夾,方便查找,而不需要打開每一個郵件去下載。
             本文介紹了Outlook 附件管理軟件的概念、產(chǎn)生、定義及分類。分析了Outlook 附件管理軟件的工作原理。對Outlook 附件管理軟件進行模塊化分析,其中,重點介紹了與課題實現(xiàn)相關電子郵件查找模塊、郵件附件查找模塊和存儲模塊的設計與實現(xiàn)。
             
            關鍵詞:附件管理軟件,電子郵件,郵件附件,Outlook
             
              
            ABSTRACT

             As the technology of network developing fast, more and more people transmit information via e-mail. To conform to this trend, there are lots of  emails from different sites, and Microsoft Corporation developed the software Outlook which can receive emails from any web sites. But to the fast pace of modern people, it is very important to sort the emails received.
             The essential function of the Outlook Attachment Management Software is sort the e_mails received by Outlook and manage them, seek the results through the sort. So it can be enable for users to look up useful information quickly, and also rule out the interference of advertising messages. And this system have function that it can save emails’ attachments by batch, it can save the attachments of the same subject to the same folder which would be convenient to look up, it would be unnecessary to open every emails to save attachments.
             This article introduce the conception, emergence, definition, sort of the Outlook Attachment Management Software. It analyse how the Outlook Attachment Management Software works. It tell readers modular analysis to the Outlook Attachment Management Software, in which, focus on the design and achieving of email finding modular, email attachment finding modular and save modular that relate to the achieving of the issue.

             Keywords: Attachment Management Software, email, email attachment, Outlook
            目錄

            摘要 I
            ABSTRACT II
            第1章 引言 1
            1.1 背景 1
            1.2 研究內容 1
            1.3 研究方法 2
            第2章 Visual Studio 2005 簡介 4
            2.1 Visual Studio概述 4
            2.2 Visual Studio 2005 5
            2.2.1 Visual Studio 2005 新增功能 5
            2.2.2 Visual Studio 2005 開發(fā)環(huán)境 6
            2.2.3 Visual Studio 2005 版本 6
            第3章 Outlook編程簡介 8
            3.1 Outlook概述 8
            3.1.1 Outlook特點 8
            3.1.2 Outlook使用 9
            3.2 Outlook編程 10
            3.2.1 生成Outlook外接程序 10
            3.2.2 合并Outlook的自定義應用程序 13
            3.3 Outlook編程原理 15
            3.4 Outlook編程特點 16
            3.5 Outlook編程技術 16
            第4章 Outlook附件管理軟件設計 18
            4.1 軟件設計原理 18
            4.2 軟件主要功能要求 18
            4.3 系統(tǒng)模塊化分析 19
            4.3.1 Outlook附件管理系統(tǒng)總體結構 19
            4.3.2 Outlook附件管理系統(tǒng)各模塊介紹 19
            第5章 Outlook附件管理軟件實現(xiàn) 21
            5.1 郵件管理的實現(xiàn) 21
            5.1.1 郵件查找模塊的實現(xiàn) 21
            5.1.2 郵件統(tǒng)計模塊的實現(xiàn) 25
            5.1.3打開郵件功能的實現(xiàn) 26
            5.1.4 郵件保存模塊的實現(xiàn) 27
            5.2 郵件附件管理的實現(xiàn) 28
            5.2.1 郵件附件查找模塊的實現(xiàn) 29
            5.2.2 郵件附件保存模塊的實現(xiàn) 30
            5.2.3 重復郵件刪除模塊的實現(xiàn) 31
            第6章 結束語 33
            致謝 35
            參考文獻 36


            相關論文
            本論文在其他專業(yè)論文欄目,由論文格式網(wǎng)整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:網(wǎng)絡生活社圈系統(tǒng)分析與設計 下一篇:休閑行業(yè)管理系統(tǒng)設計與實現(xiàn)
            Tags:Outlook 附件 管理軟件 設計 實現(xiàn) 【收藏】 【返回頂部】
            會計論文
            電子機電論文
            金融論文
            電氣自動化論文
            模具設計
            化學工程與工藝
            機械設計
            電子通信論文
            英語論文
            行政管理論文
            物流論文
            電子商務論文
            法律論文
            國際貿(mào)易論文
            財務管理論文
            人力資源論文
            市場營銷論文
            土木工程論文
            工商管理論文
            工程管理論文
            漢語言文學論文
            教育管理論文
            測控專業(yè)論文
            交通工程論文
            旅游管理論文
            新聞專業(yè)論文
            藝術設計
            教育技術學論文
            應用物理學論文
            輕化工程論文
            德語專業(yè)論文
            給水排水工程
            服裝設計與工程
            食品生物技術
            材料科學與工程
            電視制片管理
            工業(yè)工程論文
            文化產(chǎn)業(yè)管理
            包裝工程論文
            印刷工程論文
            信息管理論文
            制藥工程論文
            生物工程論文
            電子信息工程
            信息計算科學
            電氣工程論文
            通信工程論文
            財務會計畢業(yè)論文
            電子商務畢業(yè)論文
            現(xiàn)代教育技術
            信息管理專業(yè)
            心理學專業(yè)
            數(shù)學與應用數(shù)學
            數(shù)學教育
            護理學畢業(yè)論文
            其他專業(yè)論文
            歷史學論文
            學前教育畢業(yè)論文
            小學教育畢業(yè)論文
            教育管理畢業(yè)論文
            法律專業(yè)畢業(yè)論文
            漢語言文學畢業(yè)論文
            工商管理畢業(yè)論文
            人力資源畢業(yè)論文
            營銷專業(yè)畢業(yè)論文
            物流專業(yè)畢業(yè)論文
            計算機論文
            最新文章
            熱門文章
            計算機論文
            推薦文章

            本站部分文章來自網(wǎng)絡,如發(fā)現(xiàn)侵犯了您的權益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

            論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供其他專業(yè)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

            Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權所有 蜀ICP備09018832號

            感谢您访问我们的网站,您可能还对以下资源感兴趣:

            论文格式网:毕业论文格式范文