phonebook Property

This property reads the PhonebookEntry when dialing the remote machine.

Syntax

def get_phonebook() -> str: ...
def set_phonebook(value: str) -> None: ...

phonebook = property(get_phonebook, set_phonebook)

Default Value

""

Remarks

This property reads the phonebook_entry when dialing the remote machine. This property is valuable only in Windows NT 4.0 and higher where multiple phonebooks can be specified. The phonebook_entry is relative to Phonebook. If it is empty the default phonebook is used.

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