returns xml fragment.
<response success="true" error="">
if success attribute is "true", the property set information has been retrieved successfully like the xml sample below.
if success attribute is "false", the error attribute indicates the encountered error.
Sub Nodes returns property set information.
<response success="true" error="">
<Propertysets>
<propertyset Name="INCOMINGFAX">
<propertyrow RowNbr="1" FAXTO="Head Office" FAXFROM="Department 01" SUBJECT="2007 budget" FAXDATE="2007-02-05 00:00:00" />
</propertyset>
</Propertysets>
</response>