InternalServiceSendRestoreLoginEmail Method |
Sends email with forgotten user id
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic bool SendRestoreLoginEmail(
ADAMObjectForResetPassword userObject
)
Parameters
- userObject
- Type: ADAMObjectForResetPassword
Return Value
Type:
Booleantrue is email has been sent successfully; otherwise false
See Also