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>