Reflection
ModemUseDialingRules Property


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.
Remarks
When set to false, the modem dialer dials the phone number exactly as specified by ModemPhoneNumber. Changing this value is the equivalent to changing the "Use Country code and City code" setting in the Connection Settings dialog box.
See Also