ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Managing faxes
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Enumerates the pending faxes or the outgoing faxes.
Note: This function can only be used under Windows 2000 or XP.. In Windows Vista (and later), the management of faxes is available with Windows Professional and Windows Integral Edition.
Example
IDConnect is int
IDConnect = FaxConnect()
...
ResEnvoiFax is boolean
ResEnvoiFax = FaxSend(IDConnect, "MonFax", "Message.txt", "0102030405")
...
ListeEnvoi is string 
ListeEnvoi = FaxOutbox(IDConnect)
...
FaxDisconnect(IDConnect)
Syntax
<Result> = FaxOutbox(<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 faxes waiting to be sent or currently sent (not just the faxes sent by FaxSend).
<Connection ID>: Integer
Connection identifier, returned by FaxConnect.
Component: wd300com.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help