Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 575 Bytes

File metadata and controls

13 lines (9 loc) · 575 Bytes

EmailAttachment

Metadata about an email attachment.

Properties

Name Type Required Description
attachment_index int Yes The index of the attachment in the email.
file_name Optional[str] No The file name of the attachment, if available.
mime_type str Yes The verified MIME type of the attachment.

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