mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# SentEmailDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attachments** | Option<**Vec<String>**> | Array of IDs of attachments that were sent with this email | [optional]
**bcc** | Option<**Vec<String>**> |  | [optional]
**body** | Option<**String**> |  | [optional]
**body_md5_hash** | Option<**String**> | MD5 Hash | [optional]
**cc** | Option<**Vec<String>**> |  | [optional]
**charset** | Option<**String**> |  | [optional]
**from** | Option<**String**> |  | [optional]
**id** | Option<**String**> | ID of sent email | [optional]
**inbox_id** | Option<**String**> | Inbox ID email was sent from | [optional]
**is_html** | Option<**bool**> |  | [optional]
**reply_to** | Option<**String**> |  | [optional]
**sent_at** | **String** |  | 
**subject** | Option<**String**> |  | [optional]
**to** | Option<**Vec<String>**> | Recipients email was sent to | [optional]
**user_id** | Option<**String**> | User 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)