InfoConnect for Airlines VBA Guide
TraceSessionStart Property
Gets or sets the InfoConnect Trace utility to begin tracing the moment InfoConnect starts.
Syntax
Object.TraceSessionStart As Boolean
Remarks
This is useful for troubleshooting InfoConnect, because the utility gathers data before the settings files are loaded or macros are executed.

Use TraceFileName to specify a filename and TraceFolder to specify a location.

The default value is false.
See Also