Informs the server that the connection is about to close and
terminates the connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
Visual Basic |
---|
Public Function Disconnect As String |
C# |
---|
public string Disconnect() |
Return Value
The exit message returned by the server.Remarks
Represents SMTP QUIT command.