SoftadminUtil.Email_IsValidEmailAddress

Type: Scalar function

This function answers the question whether a given string is a formally valid email address.

This is equivalent to calling SoftadminUtil.Email_ValidateEmailAddressOfType with @Type = 'Strict'.

Return value: bit

Returns 1 if the email address is formally valid and 0 otherwise.

Parameters

@EmailAddress mandatory nvarchar(max)
A string representing the single email address to be checked.