Attachment
Create, update, delete, and query Attachment entities in Dynamics CRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Unique identifier of the attachment. |
| AttachmentId | String | False |
Unique identifier of the attachment. |
| Body | String | False |
Contents of the attachment. |
| FileName | String | False |
File name of the attachment. |
| FileSize | Integer | True |
File size of the attachment. |
| MimeType | String | False |
MIME type of the attachment. |
| Subject | String | False |
Subject associated with the attachment. |