Asynchronously connects to a POP3 server on the standard POP3 port (110).
ConnectAsync(String, ExtendedAsyncCompletedEventHandler<String>, Object) | Asynchronously connects to a POP3 server on the standard POP3 port (110). |
ConnectAsync(String, Object) | Asynchronously connects to a POP3 server on the standard POP3 port (110). |
ConnectAsync(String, Int32, ExtendedAsyncCompletedEventHandler<String>, Object) | Asynchronously connects to a POP3 server. |
ConnectAsync(String, Int32, Object) | Asynchronously connects to a POP3 server. |
ConnectAsync(String, Int32, SslSecurityMode, ExtendedAsyncCompletedEventHandler<String>, Object) | Asynchronously connects to the POP3 server with the specified security. |
ConnectAsync(String, Int32, SslSecurityMode, Object) | Asynchronously connects to the POP3 server with the specified security. |
ConnectAsync(String, SslSecurityMode, ExtendedAsyncCompletedEventHandler<String>, Object) | Asynchronously connects to the POP3 server with the specified security. The component will use a port corresponding to the specified security mode. |
ConnectAsync(String, SslSecurityMode, Object) | Asynchronously connects to the POP3 server with the specified security. The component will use a port corresponding to the specified security mode. |
ConnectAsync(String) | Asynchronously connects to a POP3 server on the standard POP3 port (110). |
ConnectAsync(String, Int32) | Asynchronously connects to a POP3 server. |
ConnectAsync(String, Int32, SslSecurityMode) | Asynchronously connects to the POP3 server with the specified security. |
ConnectAsync(String, SslSecurityMode) | Asynchronously connects to the POP3 server with the specified security. The component will use a port corresponding to the specified security mode. |