Click or drag to resize

UtilIsEmailAddressSyntaxValid Method

Checks whether the syntax of an email address is valid (not whether the actual address exists).

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntax
C#
public static bool IsEmailAddressSyntaxValid(
	string email
)

Parameters

email
Type: SystemString
The email address whose syntax to check.

Return Value

Type: Boolean
true if the email address is valid; otherwise, false.
See Also