Name | Type | Description | Notes |
---|---|---|---|
successful | bool | True if the operation was successful, false otherwise | [optional] |
content | string | An HTML string version of the MSG file | [optional] |
body | string | The main body of the MSG file's email as an HTML string | [optional] |
from | string | The From sender of the MSG file's email | [optional] |
to | string | The To recipients of the MSG file's email | [optional] |
cc | string | The CC recipients of the MSG file's email | [optional] |
received_time | string | The time that the MSG file's email was received | [optional] |
subject | string | The subject of the MSG file's email | [optional] |
attachments | \Swagger\Client\Model\MsgAttachment[] | List of all attachments for the MSG file | [optional] |