Authenticate the client session.
public bool Authenticate();
Authenticate the client session with a username and password.
public bool Authenticate(string,string);
SmtpClient Class | SocketTools Namespace