# Draft
## Properties
**id** | **String** | |
**message_id** | **String** | |
**thread_id** | Option<**String**> | | [optional]
**to** | Option<**Vec<String>**> | | [optional]
**cc** | Option<**Vec<String>**> | | [optional]
**bcc** | Option<**Vec<String>**> | | [optional]
**subject** | Option<**String**> | | [optional]
**body** | Option<**String**> | | [optional]
**html** | **bool** | |
**attachments** | Option<[**Vec<models::AttachmentMeta>**](AttachmentMeta.md)> | | [optional]
**created_at** | **chrono::DateTime<chrono::FixedOffset>** | |
**updated_at** | **chrono::DateTime<chrono::FixedOffset>** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)