IUserSendActivationEmail Method |
Send the activation email to the user.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue SendActivationEmail()
Function SendActivationEmail As IReturnValue
IReturnValue^ SendActivationEmail()
Return Value
Type:
IReturnValueSuccess result when the user in the context
has enough right to perform this action.
Remarks
This method will change the status of the user to `Approved`
unless he's already `Activated`
See Also