[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.AccountAssembly: 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.)