Sha256: 1b6ffb679fd792f1c3ba96b7652ff9e8a4f3c145c3ec4be2148da35abeb68edd

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 KB

Contents

# MailSlurpClient::EmailPreview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attachments** | **Array<String>** | List of IDs of attachments found in the email. Use these IDs with the Inbox and Email Controllers to download attachments and attachment meta data such as filesize, name, extension. | [optional] 
**bcc** | **Array<String>** | List of `BCC` recipients email was addressed to | [optional] 
**cc** | **Array<String>** | List of `CC` recipients email was addressed to | [optional] 
**created_at** | **DateTime** | When was the email received by MailSlurp | [optional] 
**id** | **String** | ID of the email | [optional] 
**read** | **Boolean** | Has the email been viewed ever | [optional] 
**subject** | **String** | The subject line of the email message | [optional] 
**to** | **Array<String>** | List of `To` recipients email was addressed to | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::EmailPreview.new(attachments: null,
                                 bcc: null,
                                 cc: null,
                                 created_at: null,
                                 id: null,
                                 read: null,
                                 subject: null,
                                 to: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailslurp_client-7.0.8 docs/EmailPreview.md
mailslurp_client-7.0.7 docs/EmailPreview.md