Click or drag to resize
MimeKit

ImapClientConnect Method

Overload List
 NameDescription
Public methodCode exampleConnect(Uri, CancellationToken) Establish a connection to the specified mail server.
Public methodConnect(String, Int32, Boolean, CancellationToken) Establish a connection to the specified mail server.
Public methodCode exampleConnect(String, Int32, SecureSocketOptions, CancellationToken) Establish a connection to the specified IMAP server.
Public methodConnect(Socket, String, Int32, SecureSocketOptions, CancellationToken) Establish a connection to the specified IMAP or IMAP/S server using the provided socket.
Public methodConnect(Stream, String, Int32, SecureSocketOptions, CancellationToken) Establish a connection to the specified IMAP or IMAP/S server using the provided stream.
Top
See Also