mailslurp.Model.AttachmentMetaData
Meta data associated with an attachment. Attachments are stored as byte blobs so the meta data is stored separately.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | string | Name of attachment if given | |
ContentType | string | Content type of attachment such as image/png | |
ContentLength | long | Size of attachment in bytes | |
Id | string | ID of attachment. Can be used to with attachment controller endpoints to download attachment or with sending methods to attach to an email. |