Imports an entry.
[Visual Basic]
Public Function ImportEntry( _
ByVal srcPhonebookPath As String, _
ByVal entryName As String _
) As Boolean
[C#]
public bool ImportEntry(
string srcPhonebookPath,
string entryName
);
Parameters
-
srcPhonebookPath
- Path of a phone book file of the copy source.
-
entryName
- Entry name.
Return Value
Returns true if it succeeded; otherwise false.
Example
How to import entry "XXXXX".
dialup.ImportEntry("srcPhonebook.pbk", "XXXXX")
dialup.ImportEntry("srcPhonebook.pbk", "XXXXX");
See Also
AwDialup Class | Asterworld.Dialup Namespace