Click or drag to resize

InternalServiceSendRestorePasswordEmail Method

Sends email with restore password instructions

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public bool SendRestorePasswordEmail(
	ADAMObjectForResetPassword userObject
)

Parameters

userObject
Type: ADAMObjectForResetPassword

Return Value

Type: Boolean
true is email has been sent successfully; otherwise false
See Also