Connection Setting Keyword Tokens
ModemLocation
keyword
Keyword/Value syntax |
ModemLocation "<string>" |
Valid in connection types |
MODEM |
Can change value if connection is open? |
No |
A string identifying the current modem location. Modem locations are configured using Control Panel modems. If your modem location name includes spaces, you should use either single quotation marks (' ') or doubled quotation marks ("" "") if you are using a literal string for the value.
The default value is the current modem location as configured using the Windows or NT Control Panel. This string can be up to 64 characters long.
Session.ConnectionSettings = "ModemLocation 'Default Location'"
If .ConnectionSetting("ModemLocation") = "Default Location"
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).