Table of Contents

Enum ExchangeAppDefaultState

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

Represents the default state of an add-in.

public enum ExchangeAppDefaultState

Fields

AlwaysEnabled = 3

The default state is always enabled (mandatory).

Disabled = 2

The default state is disabled.

Enabled = 1

The default state is enabled.

Unknown = 0

The default state is unknown.