通过


EmailResponse interface

表示要发送回的电子邮件响应实体。

扩展

属性

htmlBody

电子邮件响应的 HTML 正文内容。

type

实体的类型。 始终为“emailResponse”。

属性详细信息

htmlBody

电子邮件响应的 HTML 正文内容。

htmlBody?: string

属性值

string

type

实体的类型。 始终为“emailResponse”。

type: "emailResponse"

属性值

"emailResponse"