文件名称:smtp
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-04-30
- 文件大小:
- 33kb
- 下载次数:
- 0次
- 提 供 者:
- 姚**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#网络发邮件编程实例,通过调用SMTP发送邮件文本和带有附件的邮件,这里将两个功能区分开了-C# programming examples of network mail, by calling SMTP to send text messages and messages with attachments, where the two functional areas separated
(系统自动生成,下载前可以参看下载内容)
下载文件列表
调用SMTP发送文本内容\SEmailWithoutAtt\frmSend.cs
....................\................\frmSend.designer.cs
....................\................\frmSend.resx
....................\................\Program.cs
....................\................\...perties\AssemblyInfo.cs
....................\................\..........\Resources.Designer.cs
....................\................\..........\Resources.resx
....................\................\..........\Settings.Designer.cs
....................\................\..........\Settings.settings
....................\................\SEmailWithoutAtt.csproj
....................\SEmailWithoutAtt.sln
....................\SEmailWithoutAtt.suo
............有附件的邮件\SEmailWithAtt\frmSend.cs
........................\.............\frmSend.designer.cs
........................\.............\frmSend.resx
........................\.............\Program.cs
........................\.............\...perties\AssemblyInfo.cs
........................\.............\..........\Resources.Designer.cs
........................\.............\..........\Resources.resx
........................\.............\..........\Settings.Designer.cs
........................\.............\..........\Settings.settings
........................\.............\SEmailWithAtt.csproj
........................\SEmailWithAtt.sln
........................\SEmailWithAtt.suo
............文本内容\SEmailWithoutAtt\Properties
............有附件的邮件\SEmailWithAtt\Properties
............文本内容\SEmailWithoutAtt
............有附件的邮件\SEmailWithAtt
调用SMTP发送文本内容
调用SMTP发送有附件的邮件