Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.34 KB

InboundMessageFullDetailsResponse.md

File metadata and controls

29 lines (25 loc) · 1.34 KB

InboundMessageFullDetailsResponse

Properties

Name Type Description Notes
_from str [optional]
from_name str [optional]
from_full InboundMessageFullDetailsResponseFromFull [optional]
to str [optional]
to_full list[EmailNameAddressPair] [optional]
cc str [optional]
cc_full list[EmailNameAddressPair] [optional]
reply_to str [optional]
original_recipient str [optional]
subject str [optional]
date str [optional]
mailbox_hash str [optional]
text_body str [optional]
html_body str [optional]
tag str [optional]
headers HeaderCollection [optional]
attachments AttachmentCollection [optional]
message_id str [optional]
blocked_reason str [optional]
status str [optional]

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