Gets and sets the area code for the current phonebook entry.
Syntax
[form].object.AreaCode [= areacode
]
Remarks
The AreaCode property is used to set or return the
current phonebook entry's area code. If no area code has been
specified, then this property will return an empty string. The
value of this property is ignored unless the CountryCode
property is also set to a valid country code.
Data Type
String
See Also
CountryCode Property, CountryName Property, LoadEntry Method, SaveEntry Method
|