LumiSoft Net Help
Disconnect Method (sendQuit)
NamespacesLumiSoft.Net.SMTP.ClientSMTP_ClientDisconnect(Boolean)
Closes connection to SMTP server.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Disconnect(
	bool sendQuit
)
Public Sub Disconnect ( 
	sendQuit As Boolean
)
public:
void Disconnect(
	bool sendQuit
)
member Disconnect : 
        sendQuit : bool -> unit 
Parameters
sendQuit (Boolean)
If true QUIT command is sent to SMTP server.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when SMTP client is not connected.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119