Sha256: 2766e60c9cb444e2042a2978298b35948f0512a9eb5f5fece335d97d6c5568fc

Contents?: true

Size: 593 Bytes

Versions: 4

Compression:

Stored size: 593 Bytes

Contents

# ElasticEmail::BodyPart

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **content_type** | [**BodyContentType**](BodyContentType.md) |  | [default to 'HTML'] |
| **content** | **String** | Actual content of the body part | [optional] |
| **charset** | **String** | Text value of charset encoding for example: iso-8859-1, windows-1251, utf-8, us-ascii, windows-1250 and moreā€¦ | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::BodyPart.new(
  content_type: null,
  content: null,
  charset: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ElasticEmail-4.0.21 docs/BodyPart.md
ElasticEmail-4.0.20 docs/BodyPart.md
ElasticEmail-4.0.16 docs/BodyPart.md
ElasticEmail-4.0.15 docs/BodyPart.md