EmailResponse interface

代表一個需要回傳的電子郵件回應實體。

Extends

屬性

htmlBody

電子郵件回覆的 HTML 正文內容。

type

實體的類型。 一定要用「emailResponse」。

屬性詳細資料

htmlBody

電子郵件回覆的 HTML 正文內容。

htmlBody?: string

屬性值

string

type

實體的類型。 一定要用「emailResponse」。

type: "emailResponse"

屬性值

"emailResponse"