Click or drag to resize

SmtpLoginSSPI(SSPIMechanism, String, String) Method

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

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

Parameters

mechanism  SSPIMechanism
Mechanism to use.
userWithDomain  String
User's login (e.g. "domain/user").
password  String
User's password.
Exceptions
ExceptionCondition
SmtpResponseExceptionThrows SmtpResponseException on error response.
See Also