毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

C#电子邮件自动发送软件设计与实现

时间:2021-04-24 11:54来源:毕业论文
c#所要调用的命名空间和类。再自行设计窗体 UI 界面及定义各个控件的用法,最后完成控件代码的编写以及整个程序的调试运行,达 到基本要求(能够发送电子邮件及附件)的基础上,

摘要:该论文主要记录了使用 C#程序设计语言对实现电子邮件自动发送,对该软件进行 设计、编码并实现的过程。主要从 c#基本类跟逻辑语法下手,学习电子邮件发送的基本 原理。先了解电子邮件的发送原理以及 c#所要调用的命名空间和类。再自行设计窗体 UI 界面及定义各个控件的用法,最后完成控件代码的编写以及整个程序的调试运行,达 到基本要求(能够发送电子邮件及附件)的基础上,再进行一些扩展服务的控件设计66255

(异步发送服务),完善整个程序的基本框架和功能,最后再进行一些实际运行上的测 试和调试,完成论文内容。

毕业论文关键词:C 语言、程序设计、电子邮件

Design and Implementation of E - mail Automatic Transmission Software

Abstract : This paper mainly records the process of designing, coding and realizing the automatic sending of e-mail using C # programming language. Mainly from the c # basic class with the logic of grammar to start learning the basic principles of e-mail sent. First understand the principle of sending e-mail and c # to call the namespace and class. And then design their own form UI interface and the definition of the use of each control, and finally complete the preparation of the control code and the entire program debugging operation, to meet the basic requirements (to send e-mail and attachments) on the basis of some of the extended service control design (Asynchronous send service), improve the basic framework of the  entire program and function, and finally some of the actual operation of the test and debugging to complete the content of the paper.

KeyWords:C# language; design code; E-mail

1 绪论 1

1.1 本课题研究背景 1

1.2 国内外研究现状 1

2 电子邮件相关知识 3

2.1 电子邮件原理及相关协议 3

2.1.1 件的发送和接收 3

2.1.2 邮件地址的构成 3

3C#相关知识 7

3.1 C#语言简介 7

3.1.1 C#的含义 7

3.2 设计所要用到的命名空间及其用法 8

4 编码和调试 10

4.1 程序基本理论 10

4.1.1 利用 smtp 和 pop 协议的工作原理 10

4.1.2 tcp 的 3 次握手和 4 次握手 10

4.1.3 常见的邮箱类型 12

4.1.4 发送邮件所需要的相关的.NET 类库 13

4.2 UI 界面的设计和程序类图 32

4.3 错误报告整理 35

致谢 38

参考文献 39

附录 40

1 绪论

1.1 本课题研究背景

电子邮件已经成为在互联网产业下最大的一个服务项目,它属于网络通信这一块, 给广大用户提供了非常便捷的服务。廉价、方便、快速是电子邮件的主要优势。

在工作中,电子邮件的收发应该已经成为最常见的功能。所以简单来说,应该先了解 清楚电子邮件收发的原理再对该课题进行深入研究。在本课题中,将通过 c#语言开发设计 一款自动发送电子邮件的客户端。 C#电子邮件自动发送软件设计与实现:http://www.751com.cn/jisuanji/lunwen_74104.html

------分隔线----------------------------
推荐内容