Condividi tramite


EmailResponse Class

Definition

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.

Applies to