OAIEmailPreview
Properties
Name | Type | Description | Notes |
attachments | NSArray<NSString>** | 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 | NSArray<NSString>** | List of `BCC` recipients email was addressed to | [optional] |
cc | NSArray<NSString>** | List of `CC` recipients email was addressed to | [optional] |
createdAt | NSDate* | When was the email received by MailSlurp | [optional] |
from | NSString* | Who the email was sent from | [optional] |
_id | NSString* | ID of the email | [optional] |
read | NSNumber* | Has the email been viewed ever | [optional] |
subject | NSString* | The subject line of the email message | [optional] |
to | NSArray<NSString>** | List of `To` recipients email was addressed to | [optional] |
[Back to Model list] [Back to API list] [Back to README]