# BaseMailThreadAllOfPartiesToInner
## Properties
**id** | Option<**i32**> | ID of the mail thread participant | [optional]
**name** | Option<**String**> | Name of the mail thread participant | [optional]
**latest_sent** | Option<**bool**> | Whether the mail thread participant was last to send an email | [optional]
**email_address** | Option<**String**> | Email address of the mail thread participant | [optional]
**message_time** | Option<**f32**> | Message time | [optional]
**linked_person_id** | Option<**i32**> | ID of the linked person | [optional]
**linked_person_name** | Option<**String**> | Email of the linked person | [optional]
**mail_message_party_id** | Option<**i32**> | ID of the mail message party | [optional]
**linked_organization_id** | Option<**i32**> | Linked Organization ID | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)