2.2.5.1 HoldStatusType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The HoldStatusType simple type specifies the hold status.
-
<xs:simpleType name="HoldStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NotOnHold"/> <xs:enumeration value="Pending"/> <xs:enumeration value="OnHold"/> <xs:enumeration value="PartialHold"/> <xs:enumeration value="Failed"/> </xs:restriction> </xs:simpleType>
The following table specifies the allowable values for the HoldStatusType simple type.
Value |
Meaning |
---|---|
NotOnHold |
The mailbox is not on hold. |
Pending |
|
OnHold |
|
PartialHold |
The hold was successfully applied to some mailboxes but not to all mailboxes. |
Failed |