Reset Method
Resets all changes and revert back to the state when the user first connected.
Syntax
[VB.NET] Public Sub Reset()
[C#] public void Reset();
Remarks
This method is used to reset all changes and revert back to the state when the user first connected. Asks the MailServer to reset all changes and revert back to the state it was when connected.
NOTE: This method has a corresponding asynchronous version (ResetAsync) for use in the WinRT environment.