InfoConnect for Airlines VBA Guide
SendKeysOption Enumeration
Specifies data interpretation options for SendKeys() method. More than one option can be specified by adding them together.
Members
MemberDescription
DecodePasswordTransmits the encoded password to the host.
HexDataIndicates that portions of a string that follow a backslash should be interpreted using either hexadecimal code or C-Language conditions.
NoTranslationDoes not translate data from the PC to the host character set.
See Also