message_info_count Property
The number of records in the MessageInfo arrays.
Syntax
def get_message_info_count() -> int: ... def set_message_info_count(value: int) -> None: ...
message_info_count = property(get_message_info_count, set_message_info_count)
Default Value
0
Remarks
This property controls the size of the following arrays:
- message_info_bcc
- message_info_cc
- message_info_from
- message_info_history_id
- message_info_id
- message_info_internal_date
- message_info_labels
- message_info_size
- message_info_snippet
- message_info_subject
- message_info_thread_id
- message_info_to
The array indices start at 0 and end at message_info_count - 1.