通过


EmailReference interface

表示电子邮件通知实体。

扩展

属性

conversationId

与电子邮件关联的聊天 ID。

htmlBody

电子邮件的 HTML 正文内容。

id

电子邮件的 ID。

type

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

属性详细信息

conversationId

与电子邮件关联的聊天 ID。

conversationId?: string

属性值

string

htmlBody

电子邮件的 HTML 正文内容。

htmlBody?: string

属性值

string

id

电子邮件的 ID。

id?: string

属性值

string

type

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

type: "emailNotification"

属性值

"emailNotification"