SocketWrench .NET Edition

InternetDialer.EditEntry Method 

Edit an existing phonebook entry in the current phonebook.

[Visual Basic]
Public Function EditEntry( _
   ByVal entryName As String _
) As Boolean
[C#]
public bool EditEntry(
   string entryName
);

Parameters

entryName
A string which specifies the name of the phonebook entry to be edited.

Return Value

This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.

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

InternetDialer Class | SocketTools Namespace