LumiSoft Net Help
StartTLS Method
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientStartTLS()()()()
Switches POP3 connection to SSL.
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use Stls/StlsAsync method instead.")]
public void StartTLS()
<ObsoleteAttribute("Use Stls/StlsAsync method instead.")>
Public Sub StartTLS
public:
[ObsoleteAttribute(L"Use Stls/StlsAsync method instead.")]
void StartTLS()
[<ObsoleteAttribute("Use Stls/StlsAsync method instead.")>]
member StartTLS : unit -> unit 
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