Defines supported means of authenticating with the POP3 server.
Namespace: S22.Pop3Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)
Syntax
| C# |
|---|
public enum AuthMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Login | 0 | Login using plaintext username/password authentication. This is the default supported by most servers. | |
| CRAMMD5 | 1 | Login using the CRAM-MD5 authentication mechanism. | |
| SaslOAuth | 2 | Login using the OAuth authentication mechanism over the Simple Authentication and Security Layer (Sasl). |