message_part_count Property
The number of records in the MessagePart arrays.
Syntax
def get_message_part_count() -> int: ...
message_part_count = property(get_message_part_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
- message_part_attachment_id
- message_part_content_type
- message_part_data
- message_part_filename
- message_part_id
- message_part_size
The array indices start at 0 and end at message_part_count - 1.
This property is read-only.