Authenticates the user to the SMTP server using the specified authentication method that does not require credentials (NTLM or GSSAPI).
Only supported on Windows.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
Public Sub Login ( _ method As SmtpAuthentication _ ) |
| C# |
|---|
public void Login( SmtpAuthentication method ) |
Parameters
- method
- Type: Rebex.Net..::..SmtpAuthentication
Authentication method.