If my code looks like this....
FaxMan.FaxNumber = "555-1212"
FaxMan.FaxFiles = "c:\myfax.fmf"
FaxMan.SendFax ’send the fax
and the fax failed (no answer, no-dialtone, etc.) is there a way to resend/retry this failed fax automatically? Or I have to pick each failed faxes and send it again using SENDFAX referencing the LOG* properties of each failed faxes?