FaxUnattend
FaxUnattend
specifies details about sending, receiving, printing, and saving faxes.
Child Elements
Specifies the called subscriber ID (CSID) transmitted to the sending fax machine when receiving incoming faxes. |
|
Specifies if the fax printer is shared and if remote users can use the server as a shared fax server. |
|
Specifies whether the fax service answers incoming calls on a device. This entry applies to existing and new fax devices. |
|
Specifies the number of rings before the fax service answers the telephone. This entry applies to existing and new fax devices. |
|
Specifies the folder name to which the fax service automatically routes and saves incoming faxes. |
|
Specifies the printer name to which the fax service routes (prints) incoming faxes automatically. |
|
Specifies whether to route incoming faxes to a folder. |
|
Specifies whether to route incoming faxes to a printer. |
|
Specifies whether the fax service uses a device to send faxes. This entry applies to existing and new fax devices. |
|
Specifies the transmitting subscriber ID (TSID) sent by the fax device to a receiving fax machine. |
Valid Passes
Parent Hierarchy
Microsoft-Windows-Fax-Service | FaxUnattend
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Fax-Service.
XML Example
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>902.34.567</SmtpServerAddress>
<SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
<SmtpServerPort>26</SmtpServerPort>
</Receipts>