IsUserEmail(Text email)
Returns true if the email address belongs to a database user.
Parameters
- The email address to check.
Returns
Boolean
Examples
IsUserEmail("linda.smith@abc.com")
returns true if the email address linda.smith@abc.com belongs to a database user.