Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetSharingFolder operation gets the local folder identifier of a specified shared folder.
The following is the WSDL port type specification for this operation.
-
<wsdl:operation name="GetSharingFolder"> <wsdl:input message="tns:GetSharingFolderSoapIn"/> <wsdl:output message="tns:GetSharingFolderSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification for this operation.
-
<wsdl:operation name="GetSharingFolder"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetSharingFolder"/> <wsdl:input> <soap:body parts="request" use="literal"/> <soap:header message="tns:GetSharingFolderSoapIn" part="RequestVersion" use="literal"/> </wsdl:input> <wsdl:output> <soap:body parts="GetSharingFolderResult" use="literal"/> <soap:header message="tns:GetSharingFolderSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>
The GetSharingFolder operation returns the local folder identifier of a specified shared folder. After the local folder identifier is returned, the RefreshSharingFolder operation, as specified in section 3.1.4.5, is used to request that the server synchronize the shared folder information.