SecureBlackbox 2020 Python Edition

Questions / Feedback?

load_from_bytes Method

Loads an e-mail message from a byte array.

Syntax

def load_from_bytes(message_bytes: bytes) -> None: ...

Remarks

Use this method to load a message from a byte array and process it. Once the message has been loaded, use message to access its properties.

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