MessageUriAttachment
MessageUriAttachment =
object
Metadata for a file attachment referenced in a message.
Properties
fileName
fileName:
string
The original filename of the attachment, including the extension (e.g., document.pdf, image.png).
length
length:
bigint
The file size in bytes.
mimeType
mimeType:
string
The MIME type of the file (e.g., image/png, application/pdf, video/mp4).
modified?
optionalmodified:Date
The timestamp when the file was last modified.