Click or drag to resize
MimeKit

MailServiceAuthenticate Method

Overload List
 NameDescription
Public methodAuthenticate(ICredentials, CancellationToken) Authenticate using the supplied credentials.
Public methodAuthenticate(SaslMechanism, CancellationToken) Authenticate using the specified SASL mechanism.
Public methodAuthenticate(Encoding, ICredentials, CancellationToken) Authenticate using the supplied credentials.
Public methodCode exampleAuthenticate(String, String, CancellationToken) Authenticate using the specified user name and password.
Public methodAuthenticate(Encoding, String, String, CancellationToken) Authenticate using the specified user name and password.
Top
See Also