MailBee.NET Objects 4.0

Pop3.Connect Method

Connects to a POP3 server on the standard POP3 port (110).

Overload List

Connects to a POP3 server on the standard POP3 port (110).

public bool Connect(string);

Connects to a POP3 server.

public bool Connect(string,int);

Connects to a POP3 server.

public bool Connect(string,int,bool);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace