[This is preliminary documentation and is subject to change.]

Sends a new randomly created password for the user in the email in case the user has forgotten the password.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int ApplyForgotPassword(
	string emailAddress
)
Visual Basic (Declaration)
Public Function ApplyForgotPassword ( _
	emailAddress As String _
) As Integer
Visual C++
public:
int ApplyForgotPassword(
	String^ emailAddress
)

Parameters

emailAddress
Type: System..::.String
Email Address of the user. (Login id in OfficeClip system.)

Return Value

Id of the user whose password has been updated and sent, -1 in case of an error.

See Also