EmailAttachment interface
電子メールへの添付ファイル。
プロパティ
| content |
インライン添付ファイルを参照するための一意の識別子 (CID)。 |
| content |
添付ファイルの Base64 でエンコードされたコンテンツ |
| content |
添付されているコンテンツの MIME の種類。 |
| name | 添付ファイルの名前 |
プロパティの詳細
contentId
インライン添付ファイルを参照するための一意の識別子 (CID)。
contentId?: string
プロパティ値
string
contentInBase64
添付ファイルの Base64 でエンコードされたコンテンツ
contentInBase64: string
プロパティ値
string
contentType
添付されているコンテンツの MIME の種類。
contentType: string
プロパティ値
string
name
添付ファイルの名前
name: string
プロパティ値
string