InternalServiceSendRestorePasswordEmail Method

Sends email with restore password instructions

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Sends email with restore password instructions")]
public bool SendRestorePasswordEmail(
	ADAMObjectForResetPassword userObject
)

Parameters

userObject  ADAMObjectForResetPassword

Return Value

Boolean
true is email has been sent successfully; otherwise false

See Also