InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsModem Object / ModemPhoneNumber Property
In This Topic
ModemPhoneNumber Property
In This Topic
The phone number to dial.
Syntax
expression.ModemPhoneNumber As String
where expression is a variable that represents a ConnectionSettingsModem Object
Remarks
If you use the Control Panel modems with ModemUseDialingRules set to true (the default configuration), InfoConnect automatically adds appropriate prefixes to the specified phone number, based on the current values of ModemAreaCode, ModemCountryName and ModemLocation. The default value is "". This string can be up to 64 characters long. This value cannot be changed if the connection is open.
See Also