SocketTools .NET Edition

SmtpClient.Authenticate Method

Authenticate the client session.

Overload List

Authenticate the client session.

public bool Authenticate();

Authenticate the client session with a username and password.

public bool Authenticate(string,string);

See Also

SmtpClient Class | SocketTools Namespace