Get the specified attachment for an email
GET {{baseUrl}}/emails/mailboxes/:email/messages/:messageId/attachments/:attachmentId
Retrieves the specified message attachment.
Scopes: mail:read
Rate Limit Label: MEDIUM
Not supported in Gov cluster
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"attachmentId":"\u003cstring\u003e","size":"\u003cinteger\u003e","data":"\u003cstring\u003e"}