Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmPrinter Object / EnableTelnetEncryption Property
EnableTelnetEncryption Property (IbmPrinter)
Gets or sets a value indicating whether Reflection uses Secure Sockets Layer/Transport Layer Security (SSL/TLS) datastream encryption.
Syntax
expression.EnableTelnetEncryption As Boolean
where expression is a variable that represents a IbmPrinter Object

Property Value

If this property is true, but your host does not support TLS, Reflection attempts to use SSL instead. If your host supports neither SSL nor TLS, an error message appears when you try to connect, and your connection attempt fails.
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
See Also