Load the specified entry from the current phonebook.
Syntax
object.LoadEntry([EntryName As
Variant])
Remarks
The LoadEntry method loads the specified entry from the
current phonebook and sets the control properties to match the
configuration.
The optional EntryName argument specifies the phonebook
entry to load. If this argument is not provided, the current entry
is reloaded from the phonebook, abandoning any changes that have
been made.
Return Value
A value of zero is returned if the operation was successful,
otherwise a non-zero error code is returned which indicates the
cause of the failure.
See Also
PhoneBook Property,
PhoneEntry Property
|