MailBee.NET Objects 7.1

Imap.Connect Method

Connects to an IMAP4 server.

Overload List

Connects to an IMAP4 server on the standard IMAP4 port (143).

public bool Connect(string);

Connects to an IMAP4 server.

public bool Connect(string,int);

Connects to an IMAP4 server.

public bool Connect(string,int,Socket,EndPoint);

See Also

Imap Class | MailBee.ImapMail Namespace