Whisperstream Research Group - SerialComm GSM SDK Documentation | |
StringUtil.IsValidEmailAddress Method
Checks if an email address is valid. NOTE this is not a rigid email test but does catch
the most common errors
public static
bool IsValidEmailAddress(
string emailAddress);
Parameters
- emailAddress
- the email address to test
Return Value
true if the email address is valid, false otherwise
See Also
StringUtil Class | Whisperstream.SMSProcessor.Utility Namespace