EmailAttachment interface
Attachment to the email.
Properties
| content |
Unique identifier (CID) to reference an inline attachment. |
| content |
Base64 encoded contents of the attachment |
| content |
MIME type of the content being attached. |
| name | Name of the attachment |
Property Details
contentId
Unique identifier (CID) to reference an inline attachment.
contentId?: string
Property Value
string
contentInBase64
Base64 encoded contents of the attachment
contentInBase64: string
Property Value
string
contentType
MIME type of the content being attached.
contentType: string
Property Value
string
name
Name of the attachment
name: string
Property Value
string