Requests an email change.
Causes disconnection and a new password is sent to verify the e-mail.
Namespace:
BoneAssembly: 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.