Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

MsgToHtmlResult.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

MsgToHtmlResult

Properties

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]

[Back to Model list] [Back to API list] [Back to README]