ChangeEmail Method
Syntax
Context.Security.ChangeEmail as L (UserName as C, Email as C)
Arguments
- UserNameCharacter
The name of the user.
- EmailCharacter
The user's email address.
Returns
- resultLogical
Returns .T. if the user's email address was changed; otherwise .F.
Description
Changes the email address for the user.
Discussion
Context.Security.ChangeEmail() changes the email address for the user. Check Context.Security.CallResult.Success before using the return value.