Edit an existing phonebook entry on the local system.
Syntax
object.EditEntry( [EntryName] )
Parameters
- EntryName
- An optional string value which specifies the phonebook entry to
edit. If this argument is not provided, the value of the
PhoneEntry property will be used.
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 EditEntry method edits the specified entry from the
local phonebook. This will cause a dialog box to be displayed from
which the user can change the connection information. If you do not
want to display a dialog, then use the SaveEntry method
instead.
See Also
CreateEntry Method,
DeleteEntry Method,
RenameEntry Method,
SaveEntry Method
|