ScheduledSendBlobAttachment
A raw uploaded attachment held in blob storage while its send is pending
Properties
| Name | Type | Description |
|---|---|---|
| blobName | string | Blob path within the scheduled-send attachments container |
Blob path within the scheduled-send attachments container | ||
| fileName | string | Original file name shown to the user and restored on the outgoing email |
Original file name shown to the user and restored on the outgoing email | ||
| contentType | string | MIME type of the attachment |
MIME type of the attachment | ||
JSON Example
{
"blobName": "string",
"fileName": "string",
"contentType": "string"
}