Connection Setting Keyword Tokens
ModemAreaCode
keyword
Keyword/Value syntax |
ModemAreaCode "<string>" |
Valid in connection types |
MODEM |
Can change value if connection is open? |
No |
A string specifying the area code (or city code) of the number being dialed.
The default value is the current area code as configured using the Windows or NT Control Panel. This string can be up to 64 characters long.
Session.ConnectionSettings = "ModemAreaCode 206"
If .ConnectionSetting("ModemAreaCode") = "206"
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).