Click or drag to resize

SmtpLoginPLAINAsync Method

Overload List
  NameDescription
Public methodLoginPLAINAsync(String, String)
Logs user in using AUTH PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.
Public methodLoginPLAINAsync(String, String, String)
Logs user in using AUTH PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used.
Top
See Also