EmailAttachment interface

電子メールへの添付ファイル。

プロパティ

contentId

インライン添付ファイルを参照するための一意の識別子 (CID)。

contentInBase64

添付ファイルの Base64 でエンコードされたコンテンツ

contentType

添付されているコンテンツの MIME の種類。

name

添付ファイルの名前

プロパティの詳細

contentId

インライン添付ファイルを参照するための一意の識別子 (CID)。

contentId?: string

プロパティ値

string

contentInBase64

添付ファイルの Base64 でエンコードされたコンテンツ

contentInBase64: string

プロパティ値

string

contentType

添付されているコンテンツの MIME の種類。

contentType: string

プロパティ値

string

name

添付ファイルの名前

name: string

プロパティ値

string