Hi,
I am using JobList to retrieve the list of inbound fax jobs. We receive hundreds of faxes everyday and so I filter the max jobs to 100 using "NumToRetrieve" property apart from "JobEntryWindow" filter. however, i noticed that the jobs now use two domains "xsi" and "sxsi" may be because of which "NumToRetrieve" is ignored and I always get "LAST_IN_XDN_MORE" at the end of the job list result. due to this my program goes into a loop and keeps fetching jobs from using the last job id as the StartJobID.
Now, in situations where the jobs can belong to multiple domains, how do i use both "JobEntryWindow" filter and "NumToRetrieve" filter?
thanks.