AwDialup.ExportEntry Method 

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.