Pop3 Fields |
The Pop3 type exposes the following members.
Name | Description | |
---|---|---|
DefaultPort |
Default POP3 protocol port (110).
If you need to use different port please use port parameter in Connect(String, Int32) or Connect(String, Int32, Boolean) method.
| |
DefaultSSLPort |
Default POP3 protocol over SSL/TLS port (995).
If you need to use different port please use use port parameter in ConnectSSL(String, Int32) or Connect(String, Int32, Boolean) method.
|