CountryName Property  
 

Gets and sets the country name for the current phonebook entry.

Syntax

[form].object.CountryName [= country ]

Remarks

The CountryName property returns the name of the country associated with the country code used when dialing the current phonebook entry. If no country code has been specified, this property will return an empty string. Setting this property to the name of a country will change the current country code. If no area code has been defined, and the country code specifies the current dialing location, the AreaCode property will be updated to the current area code.

Data Type

String

See Also

AreaCode Property, CountryCode Property, LoadEntry Method, SaveEntry Method