AttachmentParamsinterface
This composite type describes the attachment file, created dynamically.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| data⚓︎ | string | x | Attachment file data. |
|
| encoding⚓︎ | string | x | x | Encoding (base64 for example). |
| fileName⚓︎ | string | x | Attachment file name. |
|
| truncate⚓︎ | boolean | true | x | Truncate the file. |