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

POP3Client.Quit Method 

Send the QUIT command

public string Quit();

Return Value

The server answer

Remarks

The command instruct the server to commit changes (delete messages marked as deleted) and close the connection.

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