Simple Email Address Syntax Validation
// Basic email address syntax validation
// If the address is not formatted properly this will throw an error.
// If the address is not formatted properly this will throw an error.
System.Net.Mail.MailAddress temp = new System.Net.Mail.MailAddress(emailAddress);