Click or drag to resize

Pop3DefaultSSLPort Field

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.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public const int DefaultSSLPort = 995

Field Value

Type: Int32
See Also