UtilIsEmailAddressSyntaxValid Method |
Checks whether the syntax of an email address is valid (not whether the actual address exists).
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntaxpublic static bool IsEmailAddressSyntaxValid(
string email
)
Parameters
- email String
- The email address whose syntax to check.
Return Value
Booleantrue if the email address is valid; otherwise, false.
See Also