检查邮箱的有效性

                try
                {
                    MailAddress fromemail = new MailAddress(inputEmail);

                }
                catch(Exception ex)
                {
                    string str = ex.Message;
                }
原文地址:https://www.cnblogs.com/x-ing/p/3447386.html