FaxSend |
Top Previous Next |
Prototype
BoolSent:=FaxSend (intHandle,intComPort,strPhoneNumber)
Description
It allows to send a fax.
Parameters
IntHandle: integer value corresponding to the fax handle.
IntComPort: integer value corresponding to the serial port used by fax/modem (1=Com1, 2=Com2,).
StrPhoneNumber: integer value corresponding to the complete (with prefix) receiver phone number .
Returned value
BoolSent: Boolean value. It is true if fax is sent, otherwise an error windows dialog is shown.
Notes
Fax is sent only using the fax/modem installed without other external software.
|