Click or drag to resize

Pop3LoginPLAIN(String, String) Method

Logs user in using AUTHENTICATE PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.

Namespace: Limilabs.Client.POP3
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void LoginPLAIN(
	string user,
	string password
)

Parameters

user  String
User's login.
password  String
User's password.
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also