3.1.4.5 RefreshSharingFolder Operation

The RefreshSharingFolder operation requests that the server synchronize shared folder information to the local sharing folder.

The following is the WSDL port type specification for this operation.

 <wsdl:operation name="RefreshSharingFolder">
      <wsdl:input message="tns:RefreshSharingFolderSoapIn"/>
      <wsdl:output message="tns:RefreshSharingFolderSoapOut"/>
 </wsdl:operation>
  

The following is the WSDL binding specification for this operation.

 <wsdl:operation name="RefreshSharingFolder">
    <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/RefreshSharingFolder"/>
    <wsdl:input>
       <soap:body parts="request" use="literal"/>
       <soap:header message="tns:RefreshSharingFolderSoapIn" part="RequestVersion" use="literal"/>
       </wsdl:input>
    <wsdl:output>
       <soap:body parts="RefreshSharingFolderResult" use="literal"/>
       <soap:header message="tns:RefreshSharingFolderSoapOut" part="ServerVersion" use="literal"/>
    </wsdl:output>
 </wsdl:operation>