EmailAttachment
Defined in: src/dapi.ts:448
Attachment for an [Email].
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contentType? | string | Optional MIME type override; defaults to Blob.type or 'application/octet-stream'. | src/dapi.ts:454 |
data | Uint8Array<ArrayBufferLike> | Blob | Attachment bytes. Blob is streamed natively; Uint8Array is wrapped in a Blob. | src/dapi.ts:452 |
name | string | Filename shown in the recipient's mail client. | src/dapi.ts:450 |