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.Pop3Assembly: 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
| Exception | Condition |
|---|---|
| S22.Pop3..::..BadServerResponseException | Thrown if an unexpected response is received from the server during the logout sequence |