Overload List

  NameDescription
Public methodPop3Client(String, Int32, Boolean, RemoteCertificateValidationCallback)
Initializes a new instance of the Pop3Client class and connects to the specified port on the specified host, optionally using the Secure Socket Layer (SSL) security protocol.
Public methodPop3Client(String, Int32, String, String, AuthMethod, Boolean, RemoteCertificateValidationCallback)
Initializes a new instance of the Pop3Client class and connects to the specified port on the specified host, optionally using the Secure Socket Layer (SSL) security protocol and attempts to authenticate with the server using the specified authentication method and credentials.

See Also