IPWorks EDI 2020 Python Edition

Questions / Feedback?

command Property

Can be used to send additional commands directly to the server.

Syntax

def set_command(value: str) -> None: ...

command = property(None, set_command)

Default Value

""

Remarks

Setting this property directs the class to send the assigned command to the mail_server.

Check the last_reply property and/or trap the on_pi_trail events coming from the server to get the response(s).

This property is write-only.

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