Click or drag to resize

Pop3LoginSSPI Method (SSPIMechanism, String, String)

Logs user in using specified mechanism (Negotiate, Kerberos or NTLM). Target will be constructed as "pop/" + TargetHost name.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void LoginSSPI(
	SSPIMechanism mechanism,
	string userWithDomain,
	string password
)

Parameters

mechanism
Type: Limilabs.Client.AuthenticationSSPIMechanism
Mechanism to use.
userWithDomain
Type: SystemString
User's login (e.g. "domain/user").
password
Type: SystemString
User's password.
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also