Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.1 KB

File metadata and controls

18 lines (14 loc) · 1.1 KB

EmlToHtmlResult

Properties

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

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