IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

CreateEntry Method

Creates a PhonebookEntry .

Syntax

[VB.NET]
Public Sub CreateEntry()
[C#]
public void CreateEntry();

Remarks

This method creates a new phonebook entry PhonebookEntry with the values in EntryPhoneNumber, EntryDNSServer EntryWINSServer, EntryIPAddress, and EntryDeviceName. If the entry already exists or the entry cannot be created the component throws an exception.

Example (Creating a New Phonebook Entry)


NetDialControl.PhonebookEntry = "NewEntry"
NetDialControl.EntryPhoneNumber = "5555555"
NetDialControl.CreateEntry()

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0