Represents an attachment to an e-mail message.
| Name | Type | Description |
|---|---|---|
| Data | Stream | Always binding from the data model. The model field to which this property is bound must be of the byte array (vabinary) type. |
| Name | String | Attachment name. To enable the client to correctly recognize the file type of the attachment, add an extension (for example .pdf) to the name. |
| Mime | String | The mime-type of the attachment's content. |