MailboxTypeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unknown | 0 | This member applies to versions of Exchange starting with Exchange Server 2010 Service Pack 1 (SP1), including Exchange Online. |
OneOff | 1 | |
Mailbox | 2 | Represents a mail-enabled Active Directory directory service object. |
PublicDL | 3 | Represents a public distribution list. |
PrivateDL | 4 | Represents a private distribution list in a user's mailbox. |
Contact | 5 | Represents a contact in a user's mailbox. |
PublicFolder | 6 | Represents a public folder. |
Remarks
This enumeration is used by the MailboxType property of the EmailAddressType object.