[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.Account
Assembly:  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.

Return Value

0 when successful, -1 when activation code could be found in the system, -2 when the activation code provided is already activated.

See Also