Table of Contents

Class SendTestTemplateEmailRequest

Namespace
KadicErp.WebApi.Controllers.Notifications
Assembly
KadicErp.WebApi.dll
public record SendTestTemplateEmailRequest
Inheritance
object
SendTestTemplateEmailRequest

Constructors

SendTestTemplateEmailRequest(string, string?, string?)

public SendTestTemplateEmailRequest(string ToEmail, string? Subject = null, string? BodyHtml = null)

Parameters

ToEmail string
Subject string
BodyHtml string

Properties

BodyHtml

public string? BodyHtml { get; init; }

Property Value

string

Subject

public string? Subject { get; init; }

Property Value

string

ToEmail

public string ToEmail { get; init; }

Property Value

string