3.1.4.1 GetUserRetentionPolicyTags
The GetUserRetentionPolicyTags operation retrieves a list of all default, system folder, and personal tags that are associated with a user by means of a system policy or that were applied by the user.
The following is the WSDL port type specification of the GetUserRetentionPolicyTags WSDL operation.
-
<wsdl:operation name="GetUserRetentionPolicyTags" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetUserRetentionPolicyTagsSoapIn"/> <wsdl:output message="tns:GetUserRetentionPolicyTagsSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the GetUserRetentionPolicyTags operation.
-
<wsdl:operation name="GetUserRetentionPolicyTags" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetUserRetentionPolicyTags" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:GetUserRetentionPolicyTagsSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body use="literal" parts="GetUserRetentionPolicyTagsResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetUserRetentionPolicyTagsSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The protocol client sends a GetUserRetentionPolicyTagsSoapIn request WSDL message and the protocol server responds with a GetUserRetentionPolicyTagsSoapOut response.