Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

EmlToHtmlResult.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

EmlToHtmlResult

Properties

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

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