Verifying an email address exist in C#(验证 C# 中是否存在电子邮件地址)
问题描述
关于这篇文章关于电子邮件验证,
Regarding this post about email verification,
使用 C#,你会怎么做
using C#, how would you
- 发出 VRFY 命令
- 发出 RCPT 命令
推荐答案
IMO,RCPT 方法是最好的,我仍然每天都在使用.
IMO, RCPT method is the best one, and I still use it everyday.
这里是必要的代码:http://mailsystem.codeplex.com/SourceControl/changeset/view/51422#541825
这个类比较重,你得从源代码中挑选你需要的代码片段.
The class is quite heavy, you will have to pick the code snippet you need from the source code.
这篇关于验证 C# 中是否存在电子邮件地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:验证 C# 中是否存在电子邮件地址
基础教程推荐
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01