SendFaxes (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the SendFaxes setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies whether a fax service uses a modem to send faxes.

Set to true to use a modem; otherwise, set to false. The default value is false.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

INF-prnms002

Drivers/Printer/INF-prnms002/FaxUnattend/SendFaxes

Fax and Scan

Features/Devices/Printing and Scanning/Fax and Scan/FaxUnattend/SendFaxes

XML Example

The following example shows how set the system to use a modem to send faxes.

<FaxUnattend>
    <FaxPrinterIsShared>true</FaxPrinterIsShared>
    <ReceiveFaxes>false</ReceiveFaxes>
    <Rings>6</Rings>
    <RouteToFolder>true</RouteToFolder>
    <RouteToPrinter>true</RouteToPrinter>
    <SendFaxes>true</SendFaxes>
    <Csid>Fax1</Csid>
    <Tsid>Fax1</Tsid>
    <RouteFolderName>C:\Router</RouteFolderName>
    <RoutePrinterName>C:\Printer</RoutePrinterName>
</FaxUnattend>

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings