3.1.4.1 SetTeamMailbox

The SetTeamMailbox WSDL operation sets the lifecycle state of a site mailbox.

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

 <wsdl:operation name="SetTeamMailbox" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:SetTeamMailboxSoapIn"/>
   <wsdl:output message="tns:SetTeamMailboxSoapOut"/>
 </wsdl:operation>

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

 <wsdl:operation name="SetTeamMailbox" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SetTeamMailbox" 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:SetTeamMailboxSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:SetTeamMailboxSoapIn" part="ManagementRole" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="SetTeamMailboxResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:SetTeamMailboxSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends a SetTeamMailboxSoapIn request WSDL message and the protocol server responds with a SetTeamMailboxSoapOut response WSDL message.