Hunny Software Library Reference

SmtpClient.Rset Method 

Sends the RSET command.

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

Remarks

The RSET command aborts a mail transaction. (In database terminology, this is a "rollback".)

The server always responds with a 250 reply code to the RSET command.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

SmtpClient Class | Hunny.Mail Namespace | RSET command in the SMTP specification