ModemUseDialingRules Property
In This Topic
When set to true, the TAPI modem dialer adds the appropriate prefix to the number you are dialing, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation.
Syntax
'Declaration
Property ModemUseDialingRules As Boolean
'Usage
Dim instance As IConnectionSettingsModem
Dim value As Boolean
instance.ModemUseDialingRules = value
value = instance.ModemUseDialingRules
bool ModemUseDialingRules {get; set;}
Property Value
The default value is true. This value cannot be changed if the connection is open.
See Also