FaxUserName (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the FaxUserName setting in Windows Embedded 8 Standard (Standard 8).

This setting is a string with a maximum length of 256 characters that specifies the account name used for Simple Mail Transfer Protocol (SMTP) authentication or for authentication based on Windows Security.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

INF-prnms002

Drivers/Printer/INF-prnms002/Receipts/FaxUserName

Fax and Scan

Features/Devices/Printing and Scanning/Fax and Scan/Receipts/FaxUserName

XML Example

The following example shows how to set the fax user name and password.

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

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings