SecureBlackbox 2020 Python Edition

Questions / Feedback?

output_attachment_file Property

A path to a file where to save the attachment data.

Syntax

def get_output_attachment_file() -> str: ...
def set_output_attachment_file(value: str) -> None: ...

output_attachment_file = property(get_output_attachment_file, set_output_attachment_file)

Default Value

""

Remarks

Provide a full path to the file where the attachment should be saved.

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