MailClient.Reset Method


Undeletes the deleted emails on mail 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.