# CharactersCharacterIdMailMailIdGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **body** | **string** | Mail\'s body | [optional] [default to undefined] **from** | **number** | From whom the mail was sent | [optional] [default to undefined] **labels** | **Set<number>** | Labels attached to the mail | [optional] [default to undefined] **read** | **boolean** | Whether the mail is flagged as read | [optional] [default to undefined] **recipients** | [**Set<PostCharactersCharacterIdMailRequestRecipientsInner>**](PostCharactersCharacterIdMailRequestRecipientsInner.md) | Recipients of the mail | [optional] [default to undefined] **subject** | **string** | Mail subject | [optional] [default to undefined] **timestamp** | **string** | When the mail was sent | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdMailMailIdGet } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdMailMailIdGet = { body, from, labels, read, recipients, subject, timestamp, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)