The Email Attachments resource represents attachments to emails.
Resource Properties
Scope Parameter | emailattachments |
---|
Location | /emailattachments |
---|
Methods | GET POST PUT DELETE |
---|
Default Page Size | 50 |
---|
Max Page Size | 200 |
---|
Default Includes | None |
---|
Resource Attributes
Field | Description | Format | Required | Field Type | Restrictions | Notes |
---|
contentDisposition | The content disposition of the attachment | string | true | default |
| e.g attachment or inline |
mimeContentId |
| string | false | default |
|
|
displayName | The name of the attachment to be displayed. | string | true | default |
|
|
attachmentSize | The size of the attachment | integer | false | default | read-only |
|
oldNfsPath |
| string | false | additional |
|
|
file | The attachment file. | string | true | additional |
|
|
email | The Email that the attachment belongs to. | string | true | link |
|
|
Link Templates
Identifier | Resource | Location Template |
---|
emailattachments.email | emails | /emails/{emailattachments.email} |