Enum ExchangePopLogonMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Exchange POP logon method.
public enum ExchangePopLogonMethod
Fields
PlainTextAuthentication = 2
The logon method is Integrated Windows authentication (plain text).
PlainTextLogin = 1
The logon method is basic authentication (plain text).
SecureLogin = 3
The logon method is secure TLS connection.
Unknown = 0
The logon method is unknown.