MailBee.NET Objects 4.0

Pop3.Login Method

Logs in a mailbox on the POP3 server.

Overload List

Logs in a mailbox on the POP3 server.

public bool Login(string,string);

Logs in a mailbox on the POP3 server.

public bool Login(string,string,AuthenticationMethods);

Logs in a mailbox on the POP3 server.

public bool Login(string,string,AuthenticationMethods,AuthenticationOptions,SaslMethod);

See Also

Pop3 Class | MailBee.Pop3Mail Namespace