SocketWrench .NET Edition

InternetDialer.PhoneBookEntry Field

Gets the name for the specified phone book entry.

[Visual Basic]
Public ReadOnly PhoneBookEntry As PhoneBookEntryArray
[C#]
public readonly PhoneBookEntryArray PhoneBookEntry;

Remarks

The PhoneBookEntry array contains a list of the entries in the current phone book, and may be used to establish a connection with a remote server. Specifying an index greater than the number of available entries in the phone book will generate an exception.

See Also

InternetDialer Class | SocketTools Namespace