Defines supported means of authenticating with the POP3 server.

Namespace: S22.Pop3
Assembly: S22.Pop3 (in S22.Pop3.dll) Version: 1.1.4653.26443 (1.1.0.0)

Syntax

C#
public enum AuthMethod

Members

Member nameValueDescription
Login0 Login using plaintext username/password authentication. This is the default supported by most servers.
CRAMMD51 Login using the CRAM-MD5 authentication mechanism.
SaslOAuth2 Login using the OAuth authentication mechanism over the Simple Authentication and Security Layer (Sasl).

See Also