EntryNames Property (Read Only)

Returns a collection of IEntryName objects that represents all the entries in a given phone book.

Syntax

object.EntryNames(string)

The EntryNames property syntax has these parts:

Part
Description
object An object expression that evaluates to the EasyDial control.
string a string that specifies the phone book. An empty string uses the default phone book. In Windows 95, this value should be an empty string. In Windows NT or Windows 2000, phone books are stored in .PBK files. So this should be the path and file name of the .PBK file.

Remarks

The EntryNames property represents all the phone book entries in a given phone book. It is a collection of IEntryName objects, each of which represents an entry in the phone book.

The IEntryName object has only one field:

EntryName: a string that is the name of the entry

 
Copyright © 2000-2001 Zhenyang Zhu
All rights reserved.