Cloud Mail 2020 Python Edition

Questions / Feedback?

get_attachment Method

Retrieves a message attachment.

Syntax

def get_attachment(id: str, attachment_id: str) -> None: ...

Remarks

This method retrieves an attachment. id specifies the message ID for the message the attachment is attached to.

The fetched attachment can be accessed through the attachments property.

Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 7941]