Table of Contents

Enum MailboxType

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the type of an EmailAddress object.

public enum MailboxType

Fields

Contact = 6

The EmailAddress represents a store contact or AD mail contact.

ContactGroup = 5

The EmailAddress represents a Contact Group.

Mailbox = 2

The EmailAddress represents a mailbox.

OneOff = 1

The EmailAddress represents a one-off contact (Exchange 2010 or later).

PublicFolder = 3

The EmailAddress represents a public folder.

PublicGroup = 4

The EmailAddress represents a Public Group.

Unknown = 0

Unknown mailbox type (Exchange 2010 or later).