Sha256: 832e2185d69b464024d9eacd8c0b8572667d19fbfa698de07142f8b3328e3957

Contents?: true

Size: 587 Bytes

Versions: 3

Compression:

Stored size: 587 Bytes

Contents

# ElasticEmail::TransactionalRecipient

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **to** | **Array<String>** | List of recipients (visible to others) | [optional] |
| **cc** | **Array<String>** | List of Carbon Copy recipients (visible to others) | [optional] |
| **bcc** | **Array<String>** | List of Blind Carbon Copy recipients (hidden from other recipients) | [optional] |

## Example

```ruby
require 'ElasticEmail'

instance = ElasticEmail::TransactionalRecipient.new(
  to: null,
  cc: null,
  bcc: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ElasticEmail-4.0.12 docs/TransactionalRecipient.md
ElasticEmail-4.0.11 docs/TransactionalRecipient.md
ElasticEmail-4.0.1 docs/TransactionalRecipient.md