RouteToFolderRouteToFolder
RouteToFolder
指定是否要將傳入傳真路由至資料夾。RouteToFolder
specifies whether incoming faxes are routed to a folder.
值Values
truetrue |
指定,將傳入傳真路由至資料夾。Specifies that incoming faxes are routed to a folder. |
falsefalse |
指定傳入傳真不會路由至資料夾。Specifies that incoming faxes are not routed to a folder. 這是預設值。This is the default value. |
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Fax-Service | FaxUnattend | RouteToFolderMicrosoft-Windows-Fax-Service | FaxUnattend | RouteToFolder
套用至Applies To
如需支援的 Windows 版本和架構,此元件支援的清單,請參閱Microsoft Windows-傳真服務。For the list of the supported Windows editions and architectures 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>