This function answers the question whether a given string is a formally valid email address.
The special case of a null-string will give a return value of 0.
The function takes one varchar parameter that is assumed to resemble a single email address. For validation of a separated list of addresses, see the table valued function ADMIN_ValidateEmailAddress.
Returns 1 if the email address is formally valid and 0 otherwise.