Rename an existing phonebook entry.
Syntax
object.RenameEntry([OldName As
Variant, NewName As Variant])
Remarks
The RenameEntry method renames the specified entry in the
local phonebook. The new entry name must not already exist in the
phonebook.
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
CreateEntry Method, DeleteEntry Method, EditEntry Method
|