Table of Contents

Enum ExchangeRecipientType

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

Represents an Exchange recipient type.

[Flags]
public enum ExchangeRecipientType

Fields

AllRecipients = 64

The recipient type is "All recipient types".

MailContacts = 8

The recipient type is "Mail contacts with external email addresses".

MailGroups = 16

The recipient type is "Mail-enabled groups".

MailUsers = 32

The recipient type is "Mail users with external email addresses".

MailboxUsers = 2

The recipient type is "Users with Exchange mailboxes".

None = 1

No recipient type.

Resources = 4

The recipient type is "Resource mailboxes".

Unknown = 0

The recipient type is unknown.