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: 19.01.00
Syntax
C#
public static bool IsEmailAddressSyntaxValid(
	string email
)

Parameters

email  String
The email address whose syntax to check.

Return Value

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