Send a reset command to the server.
RFC:
If any messages have been marked as deleted by the POP3 server, they are unmarked. The POP3 server then replies with a positive response.
public void Reset();
Exceptions
Exception Type | Condition |
---|---|
PopServerException | If the server did not accept the RSET command |
See Also
Pop3Client Class | OpenPop.Pop3 Namespace