I am using the JobList and the JobDocumentTransmit to poll for inbound faxes. There could be thousands throughout the day, and the polling is being done by a Windows service using a timer to execute the polling. My issue is that once I have pulled down a fax successfully I want to be able to do something to that transmission so that it is no longer pulled in my JobList call. I know I could use the JobDateTimeWindow filter but my concern is what happens if for an emergency the Windows service has to go down for a certain matter of time; then the date/time filter might not grab everything it needs when restarted and I don't want to grab everything and have to filter through it. The inbound faxes have a status of Complete when I poll them. Any recommendations of how to handle this situation? Thanks.