MailboxTypeType Enum

Definition

The MailboxTypeType enumeration describes the type of mailbox that is represented by the e-mail address.

public enum class MailboxTypeType
public enum MailboxTypeType
Public Enum MailboxTypeType
Inheritance
MailboxTypeType

Fields

Contact 5

Represents a contact in a user's mailbox.

Mailbox 2

Represents a mail-enabled Active Directory directory service object.

OneOff 1
PrivateDL 4

Represents a private distribution list in a user's mailbox.

PublicDL 3

Represents a public distribution list.

PublicFolder 6

Represents a public folder.

Unknown 0

This member applies to versions of Exchange starting with Exchange Server 2010 Service Pack 1 (SP1), including Exchange Online.

Remarks

This enumeration is used by the MailboxType property of the EmailAddressType object.

Applies to