phonebook_entry Property

The name of PhonebookEntry to use when dialing the remote machine.

Syntax

def get_phonebook_entry() -> str: ...
def set_phonebook_entry(value: str) -> None: ...

phonebook_entry = property(get_phonebook_entry, set_phonebook_entry)

Default Value

""

Remarks

This property is read from the default phonebook (in Windows 95) or from the phonebook property.

NOTE: This property must not be empty when dialing on Pocket PC (Windows CE).

When the class is initialized it will attempt to populate this property with the system's default entry.

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