Catalyst File Transfer .NET

InternetDialer.CreateEntry Method 

Create a new entry in the current phonebook.

[Visual Basic]
Public Function CreateEntry() As Boolean
[C#]
public bool CreateEntry();

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 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

InternetDialer Class | SocketTools Namespace