csidCsid
Csid
指定呼叫的訂閱者端接收傳入傳真時,識別碼 (CSID) 傳輸來傳送傳真的電腦。Csid
specifies the called subscriber ID (CSID) transmitted to the sending fax machine when receiving incoming faxes.
值Values
CsidCsid |
指定接收傳入傳真時,傳輸至傳送的傳真電腦 CSID。Specifies the CSID transmitted to the sending fax machine when receiving incoming faxes. Csid是 19 個字元的最大長度的字串。Csid is a string with a maximum length of 19 characters. 預設值是傳真。The default value is Fax. |
此字串類型不支援空元素。This string type does not support empty elements. 請勿為此設定建立空值。Do not create an empty value for this setting.
有效的設定階段Valid Configuration Passes
特製化specialize
父階層Parent Hierarchy
Microsoft-Windows-Fax-Service | FaxUnattend | CsidMicrosoft-Windows-Fax-Service | FaxUnattend | Csid
套用至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>