Undeletes the deleted emails on POP3/IMAP4 server.
[Visual Basic]
Public Sub Reset( _
)
[C#]
public void Reset(
);
[C++]
public: void Reset(
);
[JScript]
public function Reset(
);
Remarks
This method undeletes all email marked as deleted, however it can't undelete the email after
MailClient.Quit method (POP3 and IMAP4) or MailClient.Expunge Method.