Overload List

  NameDescription
Public methodImapClient(String, Int32, Boolean, RemoteCertificateValidationCallback)
Initializes a new instance of the ImapClient class and connects to the specified port on the specified host, optionally using the Secure Socket Layer (SSL) security protocol.
Public methodImapClient(String, Int32, String, String, AuthMethod, Boolean, RemoteCertificateValidationCallback)
Initializes a new instance of the ImapClient 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