MailClient.Reset Method


Undeletes the deleted emails on mail server.

[Visual Basic 6.0]
Public Sub Reset( _
)
[Visual C++]
public: HRESULT 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.

See Also

MailClient.Delete Method
MailClient.Undelete Method