Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.23 KB

ModelEmail.md

File metadata and controls

21 lines (18 loc) · 1.23 KB

ModelEmail

Properties

Name Type Description Notes
id int The email id [optional]
object_name string The email object name [optional]
create \DateTime Date of mail creation [optional]
update \DateTime Date of last mail update [optional]
object \Swagger\Client\Model\ModelEmailOrderObject [optional]
from string The sender of the email
to string The recipient of the email
subject string The subject of the email
text string The text of the email [optional]
sev_client \Swagger\Client\Model\ModelEmailOrderSevClient [optional]
cc string A list of mail addresses which are in the cc [optional]
bcc string A list of mail addresses which are in the bcc [optional]
arrived \DateTime Date the mail arrived [optional]

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