Deletes any messages marked as deleted and terminates the connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Function Disconnect As String |
C# |
---|
public string Disconnect() |
Return Value
The exit message returned by the server.Remarks
Represents POP3 QUIT command.