Catalyst File Transfer .NET

InternetDialer.EntryName Property

Gets and sets the current phone book entry name.

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

Property Value

A string which specifies the current phonebook entry name.

Remarks

The EntryName property can be used to specify a phone book entry to use to connect with a remote server. The entry name identifies a communications profile which includes the telephone number, callback number and domain name of the remote host. Setting the EntryName property to an empty string indicates that a telephone number will be provided to establish the connection.

In Windows documentation, the phonebook entry name is also referred to as a connectoid.

See Also

InternetDialer Class | SocketTools Namespace