csidCsid
Csid
指定调用订阅服务器上接收传入传真时要发送的传真计算机 ID (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>