InfoConnect for Airlines VBA Guide
TransferAutoDetectDefaultType Property
Returns or specifies what type of file transfer to use when no transfer type has been associated with the file extension of a file to be transferred using the Auto-Detect transfer feature.
Syntax
Object.TransferAutoDetectDefaultType As TransferTypeOption
Remarks
  • Use binary file transfer.
  • Use ASCII file transfer.
  • Use Labels or Image file transfer.
  • InfoConnect determines the file transfer method. (The default.)
  • Display a dialog box prompting the user for a file transfer method.
See Also