Simple Mail and Post Office Protocol for .Net (SmtPop)

POP3Client.Rset Method 

Send RSET Command

public string Rset();

Return Value

The server answer

Remarks

The command reset the mailbox (all deleted message are undeleted).

Exceptions

Exception Type Condition
Exception Raise in case of communication error
POP3Exception Raise if the server return an error condition

See Also

POP3Client Class | SmtPop Namespace