[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesEmailEvent
# Interface: CasesEmailEvent
## Properties
### attachments?
> `optional` **attachments**: [`CasesAttachment`](../wiki/_models.CasesAttachment.html)[]
***
### body?
> `optional` **body**: `string`
***
### cc?
> `optional` **cc**: `string`[]
***
### from?
> `optional` **from**: `string`[]
***
### html?
> `optional` **html**: `string`
***
### id?
> `optional` **id**: `string`
***
### isDetailed?
> `optional` **isDetailed**: `boolean`
***
### isInbound?
> `optional` **isInbound**: `boolean`
***
### owner?
> `optional` **owner**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
***
### profile?
> `optional` **profile**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
***
### sender?
> `optional` **sender**: `string`[]
***
### subject?
> `optional` **subject**: `string`
***
### to?
> `optional` **to**: `string`[]