Catalyst Internet Mail .NET

InternetMail.PopAuthentication Enumeration

Specifies the authentication methods supported by the InternetMail class when connected to a mail server using the POP3 protocol.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
Public Enum InternetMail.PopAuthentication
[C#]
[Flags]
public enum InternetMail.PopAuthentication

Members

Member Name Description Value
authDefault The default authentication type. This is the same as specifying the authPass authentication type. 0
authPassword Standard cleartext username and password is sent to the server. This authentication method is supported by all servers. 0
authApop The APOP authentication method which uses an MD5 digest of the password. This method is not supported by all servers and should only be specified if required by the server. 1

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetMail (in SocketTools.InternetMail.dll)

See Also

SocketTools Namespace