Click or drag to resize

Pop3LoginDIGESTAsync Method (String, String, String)

Logs user in using AUTH DIGEST-MD5 command. This method does NOT send the password in clear text.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task LoginDIGESTAsync(
	string user,
	string password,
	string uri
)

Parameters

user
Type: SystemString
User's login.
password
Type: SystemString
User's password.
uri
Type: SystemString
Host and service name (host ["/" service-name]) part of digest-uri parameter, if null realm is used.

Return Value

Type: Task
A task that represents the asynchronous login operation.
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also