MailBee.NET Objects 4.0

Imap.Login Method

Logs in a mail account on the IMAP4 server.

Overload List

Logs in a mail account on the IMAP4 server.

public bool Login(string,string);

Logs in a mail account on the IMAP4 server.

public bool Login(string,string,AuthenticationMethods);

Logs in a mail account on the IMAP4 server.

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

See Also

Imap Class | MailBee.ImapMail Namespace