EmailReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |