SecureBlackbox 2020 Python Edition

Questions / Feedback?

attachment_file Property

Specifies the attachment file to be sent with the request.

Syntax

def get_attachment_file() -> str: ...
def set_attachment_file(value: str) -> None: ...

attachment_file = property(get_attachment_file, set_attachment_file)

Default Value

""

Remarks

Provide a full path to the attachment file to be sent with the SOAP request. Use send_message_with_attachments method to send the request.

Subscribe to on_before_send_attachment to pass more than one attachment.

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