FaxUserPasswordFaxUserPassword
FaxUserPassword
指定要用來驗證針對基本的 SMTP 驗證或 Windows 安全性為基礎的驗證伺服器的密碼。FaxUserPassword
specifies the password to use for authenticating against the server in basic SMTP authentication or Windows Security-based authentication.
值Values
FaxUserPasswordFaxUserPassword |
指定要用來驗證針對基本的 SMTP 驗證或 Windows 安全性為基礎的驗證伺服器的密碼。Specifies the password to use for authenticating against the server in basic SMTP authentication or Windows Security-based authentication. FaxUserPassword是最大長度為 256 個字元的字串。FaxUserPassword is a string with a maximum length of 256 characters. |
此字串類型不支援空元素。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 | Receipts | FaxUserPasswordMicrosoft-Windows-Fax-Service | Receipts | FaxUserPassword
套用至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>