FaxUnattendFaxUnattend
FaxUnattend
指定傳送、 接收、 列印及儲存傳真的相關詳細資料。FaxUnattend
specifies details about sending, receiving, printing, and saving faxes.
子項目Child Elements
設定Setting | 描述Description |
---|---|
CsidCsid | 指定呼叫的訂閱者端接收傳入傳真時,識別碼 (CSID) 傳輸來傳送傳真的電腦。Specifies the called subscriber ID (CSID) transmitted to the sending fax machine when receiving incoming faxes. |
FaxPrinterIsSharedFaxPrinterIsShared | 指定如果共用的傳真印表機,以及遠端使用者可以做為共用的傳真伺服器的伺服器。Specifies if the fax printer is shared and if remote users can use the server as a shared fax server. |
ReceiveFaxesReceiveFaxes | 指定是否傳真服務回答在裝置上的傳入呼叫。Specifies whether the fax service answers incoming calls on a device. 此項目適用於現有和新的傳真裝置。This entry applies to existing and new fax devices. |
環形Rings | 傳真服務接聽電話之前,請指定環形數。Specifies the number of rings before the fax service answers the telephone. 此項目適用於現有和新的傳真裝置。This entry applies to existing and new fax devices. |
RouteFolderNameRouteFolderName | 指定資料夾名稱的傳真服務會自動路由傳送,並將儲存傳入傳真。Specifies the folder name to which the fax service automatically routes and saves incoming faxes. |
RoutePrinterNameRoutePrinterName | 指定要傳真服務的路由 (印出) 的傳入傳真自動的印表機名稱。Specifies the printer name to which the fax service routes (prints) incoming faxes automatically. |
RouteToFolderRouteToFolder | 指定是否要將傳入傳真路由至資料夾。Specifies whether to route incoming faxes to a folder. |
RouteToPrinterRouteToPrinter | 指定是否要將傳入傳真路由至印表機。Specifies whether to route incoming faxes to a printer. |
SendFaxesSendFaxes | 指定傳送傳真,傳真服務是否要使用的裝置。Specifies whether the fax service uses a device to send faxes. 此項目適用於現有和新的傳真裝置。This entry applies to existing and new fax devices. |
TsidTsid | 指定傳輸的訂閱者端所接收的傳真機傳真裝置傳送的識別碼 (TSID)。Specifies the transmitting subscriber ID (TSID) sent by the fax device to a receiving fax machine. |
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Fax-Service | FaxUnattendMicrosoft-Windows-Fax-Service | FaxUnattend
套用至Applies To
如需支援的 Windows 版本與此元件支援的架構,請參閱Microsoft Windows-傳真服務。For a 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>