Requests an email change. Causes disconnection and a new password is sent to verify the e-mail.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool ChangeEmail(
	string newEmail
)
Visual Basic (Declaration)
Public Function ChangeEmail ( _
	newEmail As String _
) As Boolean
Visual C++
public:
bool ChangeEmail(
	String^ newEmail
)

Parameters

newEmail
Type: System..::.String
The email address to change to.

Return Value

true on failure.

See Also