# PakatApiV3Sdk.SendReportEmail

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subject** | **String** | Subject of the email message | 
**to** | **[String]** | Email addresses of the recipients | 
**contentType** | **String** | Type of the message body | [optional] [default to &#39;html&#39;]
**bcc** | **[String]** | Email addresses of the recipients in bcc | [optional] 
**cc** | **[String]** | Email addresses of the recipients in cc | [optional] 
**body** | **String** | Body of the email message | 


<a name="ContentTypeEnum"></a>
## Enum: ContentTypeEnum


* `text` (value: `"text"`)

* `html` (value: `"html"`)




