Deletes a fax from the spooler and cancels it. Then,
FaxStatus can no longer be used on this fax.
Remark: This function can be used in Windows 2000, XP or later. In Windows Vista (and later), the management of faxes is available with Windows Professional et Windows Integral Edition.
Syntax
<Result> = FaxDelete(<Connection identifier> , <Fax name or Fax identifier>)
<Result>: Boolean
- True if the fax is deleted,
- False otherwise (if the name of the fax does not exist for example).
<Connection identifier>: Integer
Connection identifier, returned by FaxConnect.
<Fax name or Fax identifier>: Character string
Corresponds to:- the name used to identify the outgoing fax. This name was defined with FaxSend.
- the fax identifier (returned by FaxOutbox ou FaxInbox)
Remarks
This feature can also be applied to the faxes currently transmitted. In this case, the transmission is canceled.