The Imap type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberDefaultPort
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.
Public fieldStatic memberDefaultSSLPort
Default IMAP protocol over SSL port (993). If you need to use different port please use port parameter in ConnectSSL(String, Int32) or Connect(String, Int32, Boolean) method.

See Also