Hunny Software Library Reference

Pop3Client.Quit Method 

Sends the QUIT command.

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

Remarks

The QUIT command causes the server to delete any messages from the mailbox that were marked for deletion (by the DELE command), then close the connection.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Pop3Client Class | Hunny.Mail Namespace | POP3 QUIT command