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