Logs an authenticated client out of the server. After the logout sequence has been completed, the server closes the connection with the client.

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)

Syntax

C#
public void Logout()

Remarks

Calling Logout in a non-authenticated state has no effect

Exceptions

ExceptionCondition
S22.Pop3..::..BadServerResponseExceptionThrown if an unexpected response is received from the server during the logout sequence

See Also