Skip to content
DocsTry Aspire
DocsTry

PreviewEmailFromTemplateResponseData Properties

ClassProperties3 members
Represents the PreviewEmailFromTemplateResponseData payload.
HtmlSection titled Htmlnullablestring?
Gets or sets html.
public string? Html { get; set; }
SubjectSection titled Subjectnullablestring?
Gets or sets subject.
public string? Subject { get; set; }
TextSection titled Textnullablestring?
Gets or sets text.
public string? Text { get; set; }