IPWorks EDI 2020 Python Edition

Questions / Feedback?

email Property

Your email address.

Syntax

def get_email() -> str: ...
def set_email(value: str) -> None: ...

email = property(get_email, set_email)

Default Value

""

Remarks

Email is used to store your email address. The email address is used to request a MDN. It is simply used as a token to request a MDN, it does not imply that the MDN would be sent to this address. Please refer to the property MDNTo in AS2Sender for details.

After invoking load_profile, the Email will contain your currently configured email address, alternatively Email may be set and saved by invoking save_profile.

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