Share via


EmailAttachment interface

Attachment to the email.

Properties

contentId

Unique identifier (CID) to reference an inline attachment.

contentInBase64

Base64 encoded contents of the attachment

contentType

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