SocketWrench .NET Edition

InternetDialer.CountryCode Property

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

[Visual Basic]
Public Property CountryCode As Integer
[C#]
public int CountryCode {get; set;}

Property Value

An integer value which specifies the country code.

Remarks

The CountryCode property specifies the numeric country code for the current phonebook entry. If this value is zero, then the country and area code information is not used when dialing the phone number. The country code for the United States is 1.

See Also

InternetDialer Class | SocketTools Namespace