Atom.NET documentation

Utils.IsEmail Method 

Checks if the given parameter is a valid email address.

[Visual Basic]
Public Shared Function IsEmail( _
   ByVal email As String _
) As Boolean
[C#]
public static bool IsEmail(
   string email
);

Parameters

email
The email to check.

Return Value

true if the given email is valid, false otherwise.

See Also

Utils Class | Atom.Utils Namespace