CreateEntry Method

Creates a PhonebookEntry .

Syntax

netdialcontrol.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 control fails with an error.

Example (Creating a New Phonebook Entry)


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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 ActiveX Edition - Version 20.0 [Build 8307]