Condividi tramite


EmailResponse(String) Constructor

Definition

Initializes a new instance of the EmailResponse class.

[System.Text.Json.Serialization.JsonConstructor]
public EmailResponse(string? htmlBody = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Agents.A365.Notifications.Models.EmailResponse : string -> Microsoft.Agents.A365.Notifications.Models.EmailResponse
Public Sub New (Optional htmlBody As String = Nothing)

Parameters

htmlBody
String

The HTML body content of the email response.

Attributes

Applies to