LumiSoft Mail Server User API
BeginStartTLS Method (callback)
Namespaces > LumiSoft.Net.SMTP.Client > SmtpClientEx > BeginStartTLS(CommadCompleted)
Start TLS(SSL) negotiation asynchronously.
Syntax
C#Visual BasicManaged C++
public void BeginStartTLS (
	CommadCompleted callback
)
Public Sub BeginStartTLS ( _
	callback As CommadCompleted _
)
public:
void BeginStartTLS (
	CommadCompleted^ callback
)
Parameters
callback (CommadCompleted)
The method to be called when the asynchronous StartTLS operation is completed.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)