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