LumiSoft Net Help
Stls Method (certCallback)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientStls(RemoteCertificateValidationCallback)
Executes STLS command.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Stls(
	RemoteCertificateValidationCallback certCallback
)
Public Sub Stls ( 
	certCallback As RemoteCertificateValidationCallback
)
public:
void Stls(
	RemoteCertificateValidationCallback^ certCallback
)
member Stls : 
        certCallback : RemoteCertificateValidationCallback -> unit 
Parameters
certCallback (RemoteCertificateValidationCallback)
SSL server certificate validation callback. Value null means any certificate is accepted.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when POP3 client is not connected or is authenticated or is already secure connection.
POP3_ClientExceptionIs raised when POP3 server returns error.

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