Share via


EmailReference Class

Definition

Represents an email reference entity containing email notification details.

public class EmailReference : Microsoft.Agents.Core.Models.Entity
type EmailReference = class
    inherit Entity
Public Class EmailReference
Inherits Entity
Inheritance
EmailReference

Constructors

Name Description
EmailReference()

Initializes a new instance of the EmailReference class.

Fields

Name Description
EntityTypeName

The entity type name used for serialization ("emailNotification").

Properties

Name Description
ConversationId

Gets or sets the conversation identifier for the email thread.

HtmlBody

Gets or sets the HTML body content of the email.

Id

Gets or sets the email identifier.

Applies to