IPWorks EDI 2020 Python Edition

Questions / Feedback?

from_ Property

The email address of the HTTP agent (optional).

Syntax

def get_from() -> str: ...
def set_from(value: str) -> None: ...

from_ = property(get_from, set_from)

Default Value

""

Remarks

If the from_ property contains a non-empty string, an HTTP From: header is added to the request. This header generally gives the email address of the requester of the document.

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