I am currently working on application that will use the results of a JobDeliveryStatus call to determine if a fax was succesful sent or not. I am looking for clarificaton on the use of Status and State fields.
The first thing that I check is the Status Field which tells me the overall status of the request. This one I must definetly check.
As for the RecStatus under JobDeliveryStatus, I do not believe that I need to check this one.
Instead I should look at JobState to identify the outcome of a job. If a job has either a error or cancel state, then I should retreive the Gamma Code under Delivery Detail.
Please let me know.
Thanks