Cloud Mail 2020 Python Edition

Questions / Feedback?

message_index Property

The index of the MessageInfo that should be used to populate the MessageHeaders and MessageParts collections.

Syntax

def get_message_index() -> int: ...
def set_message_index(value: int) -> None: ...

message_index = property(get_message_index, set_message_index)

Default Value

0

Remarks

The index of the MessageInfo that should be used to populate the MessageHeaders and MessageParts collections.

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