2.2.4.6 MailboxHoldStatusType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The MailboxHoldStatusType complex type specifies the status of a mailbox hold.
-
<xs:complexType name="MailboxHoldStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Mailbox" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="Status" type="t:HoldStatusType"/> <xs:element minOccurs="0" maxOccurs="1" name="AdditionalInfo" type="xs:string"/> </xs:sequence> </xs:complexType>
Mailbox: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1., that contains an identifier for the mailbox.
Status: An element of type HoldStatusType, as defined in section 2.2.5.1, that contains the hold status for a mailbox.
AdditionalInfo: An element of type string that represents additional information.