Hunny Software Library Reference

Pop3Client.Rset Method 

Sends the RSET command

[Visual Basic]
Public Sub Rset()
[C#]
public void Rset();

Remarks

The RSET command is used to reset the server to the state it was in when the POP3 mailbox was first opened. Specifically, the server "unmarks" any messages that were marked for deletion (by the DELE command).

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Pop3Client Class | Hunny.Mail Namespace | POP3 RSET command