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'.
Returns 1 if the email address is formally valid and 0 otherwise.