Attachmate Reflection 2014 .NET API Reference
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.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IConnectionSettingsModem Interface
IConnectionSettingsModem Members

Send Feedback