InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsModem Object / ModemCountryName Property
In This Topic
ModemCountryName Property
In This Topic
A string specifying the country of the number being dialed.
Syntax
expression.ModemCountryName As String
where expression is a variable that represents a ConnectionSettingsModem Object
Remarks
For a list of possible values, see the Country Code list in the Connection Setting dialog box. If the country code includes spaces, put the string within quotation marks. The default value is the current country as configured using the Windows Control Panel. This string can be up to 64 characters long. This value cannot be changed if the connection is open.
See Also