Connection Setting Keyword Tokens

image\rwnprg32.gif ModemUseDialingRules keyword

 

Keyword/Value syntax

ModemUseDialingRules {True | False}

Valid in connection types

MODEM

Can change value if connection is open?

No

 

Description

When set to True, the TAPI modem dialer will add appropriate dialing prefixes to the number you are dialing, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation. When set to False, the modem dialer will dial the phone number exactly as specified by ModemPhoneNumber. Changing this value is equivalent to changing the Use Country code and Area code setting in the Connection Settings dialog box.

Values

The default value is True.

Examples

Session.ConnectionSettings = "ModemUseDialingRules False"

If .ConnectionSetting("ModemUseDialingRules") = "False"

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).

image\jump.gif ConnectionSettings property

image\jump.gif Keyword Tokens by Keyword