| 
          Rename an existing phonebook entry. Syntax
          object.RenameEntry( OldName, NewName ) Parameters
          
            OldNameA string value that specifies the name of the phonebook entry to 
            be renamed.NewNameA string value that specifies the new name of the phonebook 
            entry. This name must not already exist for another connectoid in 
            the current 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 |