Table of Contents

Enum ExchangeServerRole

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

Represents the role of an Exchange server.

[Flags]
public enum ExchangeServerRole

Fields

ClientAccess = 2

The server is a client access server.

Edge = 16

The server is an edge transport server.

HubTransport = 8

The server is a hub transport server.

Mailbox = 1

The server is a mailbox server.

None = 32

The Exchange server has no role.

UnifiedMessaging = 4

The server is a unified messaging server.

Unknown = 0

The role is unknown.