How to: Verify that Strings Are in Valid Email Format
If you are looking for a good Email Validation script in C#, Microsoft provides a very good sample at the MSDN: http://msdn.microsoft.com/en-us/library/01escwtf.aspx. The script do not only check if there exists an @ and a … Weiterlesen →