Click or drag to resize

Pop3ConnectAsync Method

Overload List
 NameDescription
Public methodConnectAsync(String, CancellationToken) Connects to POP3 server on port 110. Use ConnectSSL(String) when SSL/TLS connection is needed.
Public methodConnectAsync(IPEndPoint, Boolean, CancellationToken) Establishes connection to a remote server.
Public methodConnectAsync(String, Int32, CancellationToken) Establishes connection to a remote server. You can use ConnectSSL(String, Int32) when SSL/TLS connection is needed.
Public methodConnectAsync(IPAddress, Int32, Boolean, CancellationToken) Establishes connection to a remote server.
Public methodConnectAsync(String, Int32, Boolean, CancellationToken) Establishes connection to a remote server.
Top
See Also