Deletes any messages marked as deleted and terminate the connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Function Disconnect ( _ rollbackChanges As Boolean _ ) As String |
C# |
---|
public string Disconnect( bool rollbackChanges ) |
Parameters
- rollbackChanges
- Type: System..::..Boolean
True if messages marked as deleted should be left on the server.
Return Value
The exit message returned by the server.Remarks
Represents POP3 QUIT command, with optional preceding RSET.