EmailResponse(String) Constructor
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.
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