资源简介
C#发送邮件源码,支持126、163、sina、sohu、yahoo等邮箱
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mail_Test.Mail;
namespace Mail_Test
{
public static class Config
{
public static EmailType TestEmailType = EmailType.Mail_163;
///
/// 测试发送地址
///
public static string TestFromAddress = ““; // 发件人
public static string TestUserName = ““; // 用户名
public static string TestPassword = ““; // 密码
///
/// 测试收件地址
///
public static string TestToAddress = ““; // 收件人
private static Dictionary m_dicNameMap = null;
///
/// 用于获取显示名称
///
private static Dictio
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 869 2013-08-03 16:06 Mail_Test.sln
..A..H. 167936 2017-09-25 14:19 Mail_Test.suo
文件 51 2017-09-26 15:25 说明.txt
文件 77 2013-08-13 14:14 Mail_Test\App.config
文件 46080 2017-09-25 14:18 Mail_Test\bin\Debug\Mail_Test.exe
文件 77 2013-08-13 14:14 Mail_Test\bin\Debug\Mail_Test.exe.config
文件 108032 2017-09-25 14:18 Mail_Test\bin\Debug\Mail_Test.pdb
文件 11600 2017-09-25 12:57 Mail_Test\bin\Debug\Mail_Test.vshost.exe
文件 77 2013-08-13 14:14 Mail_Test\bin\Debug\Mail_Test.vshost.exe.config
文件 490 2010-03-17 22:39 Mail_Test\bin\Debug\Mail_Test.vshost.exe.manifest
文件 26112 2013-08-07 01:52 Mail_Test\bin\Debug\附件\doc格式附件.doc
文件 4387753 2013-08-07 01:51 Mail_Test\bin\Debug\附件\Gad Is A Girl.mp3
文件 10134 2013-08-25 21:36 Mail_Test\bin\Debug\附件\PIC_Mail中文.png
文件 4703 2013-08-28 20:37 Mail_Test\bin\Debug\附件\ti
文件 11 2013-08-07 00:50 Mail_Test\bin\Debug\附件\txt格式附件.txt
文件 30892 2013-08-28 20:37 Mail_Test\bin\Debug\附件\邮件收发流程图.gif
文件 1749 2017-09-26 15:24 Mail_Test\Config.cs
文件 947 2013-09-01 21:00 Mail_Test\Mail\Enum\EmailAddrType.cs
文件 1632 2013-09-01 21:00 Mail_Test\Mail\Enum\EmailType.cs
文件 8402 2013-09-01 21:00 Mail_Test\Mail\Enum\MailInfoType.cs
文件 4394 2013-09-01 21:00 Mail_Test\Mail\Helper\MailValidatorHelper.cs
文件 50974 2017-09-25 12:49 Mail_Test\Mail\MailHelper.cs
文件 12864 2013-09-01 21:00 Mail_Test\Mail\SmtpHelper.cs
文件 4092 2013-09-01 17:02 Mail_Test\Mail_Test.csproj
文件 2164 2015-07-17 17:29 Mail_Test\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6304 2017-09-25 14:18 Mail_Test\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 202 2017-09-25 14:18 Mail_Test\obj\x86\Debug\GenerateResource.read.1.tlog
文件 510 2017-09-25 14:18 Mail_Test\obj\x86\Debug\GenerateResource.write.1.tlog
文件 3495 2017-09-25 12:57 Mail_Test\obj\x86\Debug\Mail_Test.csproj.FileListAbsolute.txt
文件 978 2013-09-01 20:34 Mail_Test\obj\x86\Debug\Mail_Test.csproj.GenerateResource.Cache
............此处省略30个文件信息
- 上一篇:ActiveMQ的简单案例
- 下一篇:Socket通信
相关资源
- C#高级编程第10版英文原版
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
评论
共有 条评论