# BaseEventEmail


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | [**EventEmailType**](EventEmailType.md) |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**body** | **string** |  | [default to undefined]
**replyTo** | **string** |  | [default to undefined]
**enabled** | **boolean** |  | [default to undefined]
**calendarFile** | **boolean** |  | [default to undefined]

## Example

```typescript
import { BaseEventEmail } from '@connectedxm/admin-sdk';

const instance: BaseEventEmail = {
    type,
    eventId,
    body,
    replyTo,
    enabled,
    calendarFile,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
