2.2.4.5 MailboxHoldResultType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The MailboxHoldResultType complex type specifies the result of a mailbox hold.

 <xs:complexType name="MailboxHoldResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="HoldId" type="xs:string"/>
     <xs:element minOccurs="0" name="Query" type="xs:string"/>
     <xs:element name="MailboxHoldStatuses" type="t:ArrayOfMailboxHoldStatusType"/>
   </xs:sequence>
 </xs:complexType>

HoldId: An element of type string, as defined in [XMLSCHEMA2] 3.2.1, that represents the hold identifier.

Query: An element of type string that represents a search query.

MailboxHoldStatuses: An element of type ArrayOfMailboxHoldStatusType, as defined in section 2.2.4.2, that contains an array of mailbox hold statuses.