3.1.4.5.4.1 HoldActionType

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

The HoldActionType simple type specifies a hold action.

 <xs:simpleType name="HoldActionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Create"/>
     <xs:enumeration value="Update"/>
     <xs:enumeration value="Remove"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the HoldActionType simple type.

Value

Meaning

Create

The action is placing a hold.

Update

The action is updating a hold.

Remove

The action is releasing a hold.