Tsid
Tsid
specifica l'ID sottoscrittore di trasmissione (TSID) inviato dal computer fax a una macchina fax ricevente. Il TSID è una stringa di testo che in genere comprende il nome dell'azienda e il relativo fax o numero di telefono.
Valori
Tsid |
Specifica il tsid inviato dal computer fax a una macchina fax ricevente. Tsid è una stringa con una lunghezza massima di 19 caratteri. Il valore predefinito è Fax. |
Questi tipo di stringa non supporta elementi vuoti. Non creare un valore vuoto per questa impostazione.
Passaggi di configurazione validi
specialize
Gerarchia padre
Microsoft-Windows-Fax-Service | FaxUnattend | Tsid
Si applica a
Per l'elenco delle edizioni e delle architetture di Windows supportate da questo componente, vedere Microsoft-Windows-Fax-Service.
Esempio XML
Nell'output XML seguente viene illustrato come impostare le impostazioni fax.
<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>