SocketWrench .NET Edition

InternetDialer.AreaCode Property

Gets and sets the area code for the current phonebook entry.

[Visual Basic]
Public Property AreaCode As String
[C#]
public string AreaCode {get; set;}

Property Value

A string which specifies the area code.

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.

See Also

InternetDialer Class | SocketTools Namespace