API Docs / Schemas / EmailAttachmentInfoDto

EmailAttachmentInfoDto

Email attachment information DTO (for responses)

Properties

Name Type Description
uniqueIdstring

Unique attachment identifier

Unique attachment identifier

fileNamestring

File name

File name

contentTypestring

MIME content type

MIME content type

sizeinteger

File size in bytes

File size in bytes

JSON Example

{
  "uniqueId": "00000000-0000-0000-0000-000000000000",
  "fileName": "string",
  "contentType": "string",
  "size": 0
}

Contained in Schemas