3.1.4.5.1.2 SetHoldOnMailboxesSoapOut
The SetHoldOnMailboxesSoapOut WSDL message specifies the response to the SetHoldOnMailboxesSoapIn request specified in section 3.1.4.5.1.1.
The following is the SetHoldOnMailboxesSoapOut WSDL message specification.
-
<wsdl:message name="SetHoldOnMailboxesSoapOut" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:part name="SetHoldOnMailboxesResult" element="tns:SetHoldOnMailboxesResponse"/> <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/> </wsdl:message>
The SetHoldOnMailboxesSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/SetHoldOnMailboxes.
The parts of the SetHoldOnMailboxesSoapOut WSDL message are described in the following table.
Part name |
Element/type |
Description |
---|---|---|
SetHoldOnMailboxesResult |
SetHoldOnMailboxesResponse
|
Specifies the SOAP body of the response that contains the result of the request. |
ServerVersion |
ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10) |
Specifies a SOAP header that identifies the server version for the response. |
A successful SetHoldOnMailboxes request, as specified in section 3.1.4.5.2.1, returns a SetHoldOnMailboxesResponse element with the ResponseClass (as specified in [MS-OXWSCDATA] section 2.2.4.65) attribute set to "Success". The ResponseCode (as specified in [MS-OXWSCDATA] section 2.2.4.65) element of the SetHoldOnMailboxesResponse element is set to "NoError".
If the SetHoldOnMailboxes request is not successful, it returns a SetHoldOnMailboxesResponse element with the ResponseClass (as specified in [MS-OXWSCDATA] section 2.2.4.65) attribute set to "Error". The ResponseCode (as specified in [MS-OXWSCDATA] section 2.2.4.65) element of the SetHoldOnMailboxesResponse element is set to one of the common errors defined in [MS-OXWSCDATA] section 2.2.5.24.