Hello,
I am using the JobDeliveryStatus API to check on fax job delivery statuses. How can I tell if a fax job is in retry mode? I looked at the JobState & DeliveryState properties, but dont see a value for "retry".
Please advise.
Thanks,
Param
The retry processing happens in the context of the job's deliveries, but it would not show up in these queries.
The best you'll get is that the JobState will be "Delivering" - if that seems to be taking a long time, then it might be in retries.
The item level detail will tell you how many attempts were made, once all have been completed.