CreateEntry Method  
 

Create a new entry in the current phonebook.

Syntax

object.CreateEntry

Parameters

None.

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.

Remarks

The CreateEntry method displays a dialog box which allows the user to create a new phonebook entry on the system. If you do not wish to display a dialog box, use the SaveEntry method instead.

See Also

DeleteEntry Method, EditEntry Method, RenameEntry Method, SaveEntry Method