Receipts

Receipts 指定传真的简单邮件传输协议 (SMTP) 设置。

子元素

设置 说明
FaxUserName 指定用于基本 SMTP 身份验证或基于 Windows 安全的身份验证的帐户名称。
FaxUserPassword 指定在基本 SMTP 身份验证或基于 Windows 安全的身份验证中要用于对服务器进行身份验证的密码。
SmtpNotificationsEnabled 指定是否为传出传真启用 SMTP 通知。
SmtpSenderAddress 指定传出电子邮件通知中使用的电子邮件地址。
SmtpServerAddress 指定用于发送和接收传真的电子邮件服务器的名称或 IP 地址。
SmtpServerAuthenticationMechanism 指定要使用的身份验证架构之一:匿名、基本或基于 Windows 安全的身份验证。
SmtpServerPort 指定电子邮件服务器的 IP 端口号。

有效配置阶段

specialize

父层次结构

Microsoft-Windows-Fax-Service | Receipts

应用于

有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Fax-Service

XML 示例

以下 XML 输出演示了如何设置传真设置。

<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>

Microsoft-Windows-Fax-Service