send_stat_count Property
The number of records in the SendStat arrays.
Syntax
def get_send_stat_count() -> int: ...
send_stat_count = property(get_send_stat_count, None)
Default Value
0
Remarks
This property controls the size of the following arrays:
- send_stat_bounces
- send_stat_complaints
- send_stat_delivery_attempts
- send_stat_rejects
- send_stat_timestamp
The array indices start at 0 and end at send_stat_count - 1.
This property is read-only.