ComponentPro UltimateBounceInspector

      ConnectAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously connects to an IMAP4 server on the standard IMAP4 port (143).

      Overload List

      ConnectAsync(String, ExtendedAsyncCompletedEventHandler<String>, Object)Asynchronously connects to an IMAP4 server on the standard IMAP4 port (143).ConnectAsync(String, Object)Asynchronously connects to an IMAP4 server on the standard IMAP4 port (143).ConnectAsync(String, Int32, ExtendedAsyncCompletedEventHandler<String>, Object)Asynchronously connects to the IMAP server.ConnectAsync(String, Int32, Object)Asynchronously connects to the IMAP server.ConnectAsync(String, Int32, SslSecurityMode, ExtendedAsyncCompletedEventHandler<String>, Object)Asynchronous connects to the TLS/SSL IMAP server.ConnectAsync(String, Int32, SslSecurityMode, Object)Asynchronous connects to the TLS/SSL IMAP server.ConnectAsync(String, SslSecurityMode, ExtendedAsyncCompletedEventHandler<String>, Object)Asynchronously connects to the IMAP server. Use a port corresponding to the specified security mode.ConnectAsync(String, SslSecurityMode, Object)Asynchronously connects to the IMAP server. Use a port corresponding to the specified security mode.ConnectAsync(String)Asynchronously connects to an IMAP4 server on the standard IMAP4 port (143).ConnectAsync(String, Int32)Asynchronously connects to the IMAP server.ConnectAsync(String, Int32, SslSecurityMode)Asynchronous connects to the TLS/SSL IMAP server.ConnectAsync(String, SslSecurityMode)Asynchronously connects to the IMAP server. Use a port corresponding to the specified security mode.
      Top

      See Also