Table of Contents

Enum ExchangeImapLogonMethod

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Exchange IMAP logon method.

public enum ExchangeImapLogonMethod

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.