3.1.4.2 UnpinTeamMailbox

The UnpinTeamMailbox WSDL operation unpins the site mailbox from the client by removing it from the Autodiscover response.

The following is the WSDL port type specification of the UnpinTeamMailbox WSDL operation.

 <wsdl:operation name="UnpinTeamMailbox" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:UnpinTeamMailboxSoapIn"/>
   <wsdl:output message="tns:UnpinTeamMailboxSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the UnpinTeamMailbox operation.

 <wsdl:operation name="UnpinTeamMailbox" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/UnpinTeamMailbox" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:UnpinTeamMailboxSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="UnpinTeamMailboxResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:UnpinTeamMailboxSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends an UnpinTeamMailboxSoapIn request WSDL message and the protocol server responds with an UnpinTeamMailboxSoapOut response WSDL message.