Description: C# programming examples of network mail, by calling SMTP to send text messages and messages with attachments, where the two functional areas separated
To Search:
File list (Check if you may need any files):
调用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发送有附件的邮件