ImapClient Constructor |
Name | Description | |
---|---|---|
![]() | ImapClient(String) |
Initializes new instance of ImapClient class with specified host address.
|
![]() | ImapClient(String, Boolean) |
Initializes new instance of ImapClient class with specified host address and option to ignore SSL certificate errors.
|
![]() | ImapClient(String, ConnectionSecurity, Boolean) |
Initializes new instance of ImapClient class with specified host address, ConnectionSecurity option and option to ignore SSL certificate errors.
|
![]() | ImapClient(String, Int32, ConnectionSecurity, RemoteCertificateValidationCallback) |
Initializes new instance of ImapClient class with specified host address and port, ConnectionSecurity option and host certificate validation delegate method.
|