[This is preliminary documentation and is subject to change.]
Activates the user's email indentified by the activationCode provided by the user.
Namespace:
OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int ActivateEmail( string activationCode ) |
Visual Basic (Declaration) |
---|
Public Function ActivateEmail ( _ activationCode As String _ ) As Integer |
Visual C++ |
---|
public: int ActivateEmail( String^ activationCode ) |
Parameters
- activationCode
- Type: System..::.String
The email actication code provided by the user which was received in the email validating that user's email Address exists and is correct.