Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / TransferLinkOption Enumeration
In This Topic
TransferLinkOption Enumeration
In This Topic
Options for specifying the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.
Members
MemberDescription
EightBitLinkOnly a small number of nonprinting ASCII characters are converted.
SevenBitLinkAll nonprinting ASCII characters are converted.
UserDefinedLinkAll characters that would be converted under EightBitLink are converted, along with additional characters as specified with the WRQExtraCharacters property.
See Also