Click or drag to resize

ImapDefaultPort Field

Default IMAP protocol port (143). If you need to use different port please use port parameter in Connect(String, Int32) or Connect(String, Int32, Boolean) method.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public const int DefaultPort = 143

Field Value

Type: Int32
See Also