
Automation Command and Query Reference Manual - Control Reference
This set of variables controls user preferences for the instrument e-mail system.
E-Mail may be sent when the hardcopy button is pressed when the hardcopy system is appropriately configured. Two
standards are supported, SMTP (Simple Mail Transport Protocol), and MAPI (Messaging Application Programming
Interface).
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Configure the originator and recipient addresses, replace these with
' appropriate values for your corporate network.
app.Preferences.Email.DefaultRecipient = "recipientAddress@do
Sets/Queries the default recipient of e-mail transmissions.
Sets/Queries the transmission mode for e-mail.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set e-Mail mode to MAPI.
app.Preferences.EMail.Mode = "MAPI"
Messaging Application Programming Interface (Uses Outlook Express by default)
Simple Mail Transfer Protocol, requires an SMTP server
Sets/Queries the originator address for e-mail. This may be any address, and will be used when the
recipient replies to a mail, note that the instrument doesn't necessarily have to have it's own E-Mail
account in order to use this.
Comentarios a estos manuales