ToUser(Text email)
Converts an email address into a user.
Parameters
- The email address to check.
Returns
User
Remarks
If a user with such an email does not exist, the function returns null.
Examples
ToUser("linda.smith@abc.com")
returns the user with the email address linda.smith@abc.com.