EmailResponse 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 response entity containing HTML body content.
[Microsoft.Agents.Core.Serialization.EntityName("emailNotification")]
public class EmailResponse : Microsoft.Agents.Core.Models.Entity
[<Microsoft.Agents.Core.Serialization.EntityName("emailNotification")>]
type EmailResponse = class
inherit Entity
Public Class EmailResponse
Inherits Entity
- Inheritance
-
EmailResponse
- Attributes
-
Microsoft.Agents.Core.Serialization.EntityNameAttribute
Constructors
| Name | Description |
|---|---|
| EmailResponse(String) |
Initializes a new instance of the EmailResponse class. |
Properties
| Name | Description |
|---|---|
| HtmlBody |
HTML Body of the email Response. |
Methods
| Name | Description |
|---|---|
| CreateEmailResponseActivity(String) |
Creates a new message IActivity and attaches an EmailResponse entity containing the supplied HTML body. |