Cloud Mail 2020 Python Edition

Questions / Feedback?

attachment_is_inline Property

This property is true if the attachment is an inline attachment.

Syntax

def get_attachment_is_inline(attachment_index: int) -> bool: ...
def set_attachment_is_inline(attachment_index: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

This field is true if the attachment is an inline attachment.

The attachment_index parameter specifies the index of the item in the array. The size of the array is controlled by the attachment_count property.

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