ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Managing faxes
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Enumerates the pending faxes or the incoming faxes.
Remark: This function can only be used in Windows 2000 or XP. From Windows Vista, the management of faxes is available with Windows Vista Professional and Windows Vista Edition Inclusive only.
Example
ConnectID is int
ConnectID = FaxConnect()
...
ResSendFax is boolean
ResSendFax = FaxSend(ConnectID, "MyFax", "Message.txt", "0102030405")
...
ListReception is string
ListReception = FaxInbox(ConnectID)
...
FaxDisconnect(ConnectID)
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.
Component: wd290com.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help