InternalServiceSendRestorePasswordEmail Method |
Sends email with restore password instructions
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic bool SendRestorePasswordEmail(
ADAMObjectForResetPassword userObject
)
Parameters
- userObject
- Type: ADAMObjectForResetPassword
Return Value
Type:
Booleantrue is email has been sent successfully; otherwise false
See Also