RouteToPrinterRouteToPrinter
RouteToPrinter
指定傳入傳真會自動路由傳送至印表機。RouteToPrinter
specifies whether incoming faxes are automatically routed to a printer.
值Values
truetrue |
指定傳入傳真會自動路由傳送至印表機。Specifies that incoming faxes are automatically routed to a printer. |
falsefalse |
指定的傳入傳真不會自動路由至印表機。Specifies that incoming faxes are not automatically routed to a printer. 這是預設值。This is the default value. |
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Fax-Service | FaxUnattend | RouteToPrinterMicrosoft-Windows-Fax-Service | FaxUnattend | RouteToPrinter
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows-傳真服務。For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Fax-Service.
XML 範例XML Example
下列的 XML 輸出會顯示如何設定傳真設定。The following XML output shows how to set fax settings.
<Fax>
<ArchiveFaxes>false</ArchiveFaxes>
<IncomingFaxesArePublic>false</IncomingFaxesArePublic>
<ArchiveFolderName>C:\MyFaxArchives</ArchiveFolderName>
</Fax>
<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>
<Receipts>
<FaxUserName>MyUserName</FaxUserName>
<FaxUserPassword>MyPassword</FaxUserPassword>
<SmtpNotificationsEnabled>true</SmtpNotificationsEnabled>
<SmtpSenderAddress>MyUserName@fabrikam.com</SmtpSenderAddress>
<SmtpServerAddress>207.46.197.32</SmtpServerAddress>
<SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
<SmtpServerPort>26</SmtpServerPort>
</Receipts>