2.2.5.18 t:MailboxTypeType Simple Type
The MailboxTypeType simple type specifies the type of mailbox that is represented by an e-mail address. The MailboxTypeType simple type extends the xs:string data type ([XMLSCHEMA2] section 3.2.1).
-
<xs:simpleType name="MailboxTypeType"> <xs:restriction base="xs:string"> <xs:enumeration value="Unknown"/> <xs:enumeration value="OneOff"/> <xs:enumeration value="Contact"/> <xs:enumeration value="Mailbox"/> <xs:enumeration value="PrivateDL"/> <xs:enumeration value="PublicDL"/> <xs:enumeration value="PublicFolder"/> <xs:enumeration value="GroupMailbox"/> </xs:restriction> </xs:simpleType>
The values that are defined by the MailboxTypeType simple type are listed in the following table.
Value |
Meaning |
---|---|
Unknown |
Specifies an unknown type of mailbox.<118> |
OneOff |
Specifies a one-off member of a personal distribution list. The one-off member could not be found in Active Directory and does not have any properties.<119> |
Contact |
Specifies contact in a user's mailbox. |
Mailbox |
Specifies a mail-enabled directory service object. |
PrivateDL |
Specifies a private distribution list in a user's mailbox. |
PublicDL |
Specifies a public distribution list. |
PublicFolder |
Specifies a public folder. |
GroupMailbox |
Specifies a group mailbox .<120> |
The MailboxTypeType simple type is used in the EmailAddressType complex type, as specified in section 2.2.4.31.