Connection Setting Keyword Tokens
ModemShowDisconnectErrors
keyword
Keyword/Value syntax |
ModemShowDisconnectErrors {True | False} |
Valid in connection types |
MODEM |
Can change value if connection is open? |
No |
Determines whether the "Remote Party Disconnected" error message appears when the modem connection is dropped. Set this value to False if you are creating fully scripted modem connections and you want to ensure that they can run without user interaction.
The default value is True.
Session.ConnectionSettings = "ModemShowDisconnectErrors True"
If .ConnectionSetting("ModemShowDisconnectErrors") = "True"
Note: This setting is relevant if you are using Control Panel modems (the default configuration), but not if you are using Reflection's old modem dialer (UseModemDialerV5 = True).