|
|
|
|
|
FaxInbox (Function) In french: FaxBoîteRéception Enumerates the pending faxes or the incoming faxes. Note: This function can only be used under Windows 2000 or XP.. From Windows Vista, the management of faxes is available with Windows Vista Professional and Windows Vista Edition Inclusive only. IDConnect is int
IDConnect = FaxConnect()
...
ResEnvoiFax is boolean
ResEnvoiFax = FaxSend(IDConnect, "MonFax", "Message.txt", "0102030405")
...
ListeRéception is string
ListeRéception = FaxInbox(IDConnect)
...
FaxDisconnect(IDConnect)
Syntax
<Result> = FaxInbox(<Connection ID>)
<Result>: Character string List of fax identifiers separated by CR characters (Carriage Return). This identifier enables you to handle the fax via the functions for fax management. The fax identifiers correspond to all the incoming faxes. <Connection ID>: Integer Connection identifier, returned by FaxConnect.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|