I have written an app to see the status of all Faxes sent from a phone number. If one fails, I would like to write an app to resend the fax. I can pull back the id from the MessageStore.
If I have to, I can recreate the fax from scratch and do it that way but I'm hoping I can just forward the fax or resend it somehow.
If it matters, we are using the C# SDK.
Thank you.