![]() |
XM Fax Web Service
Soap API to send and manage faxes
|
OutboundUserFaxResponse com.faxserver.xm.ws.FaxService.findOutboundFaxesAdvanced | ( | @WebParam(name="userId") String | userId, |
@WebParam(name="startIndex") int | startIndex, | ||
@WebParam(name="maxCount") int | maxCount, | ||
@WebParam(name="sortInfo") OutboundSortInfo | sortInfo, | ||
@WebParam(name="searchInfo") OutboundUserSearchInfo | searchInfo, | ||
@WebParam(name="keywordInfo") OutboundUserKeywordInfo | keywordInfo | ||
) | throws FaxException |
Find the fax(es) in the outbound history by providing search information, for a specified user.
It can be used in 2 manners:
It is also possible to mix the both modes.
userId | The SMTP address of the user |
startIndex | The index to start the search from |
maxCount | The maximum number of fax(es) to return (minimum 1). |
sortInfo | The sort information (optional). See OutboundSortInfo |
searchInfo | The search information for each property (optional). See OutboundUserSearchInfo |
keywordInfo | The keyword search mode (optional). See OutboundUserKeywordInfo |
FaxException | In case of error in finding fax(es) |