Class SentEmailResponseDto
- Namespace
- GastroSky.Models.DTO.SentEmails
- Assembly
- GastroSky.Models.dll
public class SentEmailResponseDto
- Inheritance
-
SentEmailResponseDto
- Inherited Members
-
Properties
From
public required string From { get; set; }
Property Value
- string
Html
public string? Html { get; set; }
Property Value
- string
ReplyTo
public string? ReplyTo { get; set; }
Property Value
- string
Subject
public required string Subject { get; set; }
Property Value
- string
Text
public string? Text { get; set; }
Property Value
- string
TimestampUTC
public long TimestampUTC { get; set; }
Property Value
- long
To
public required string To { get; set; }
Property Value
- string
UsedSmtpCredentialsId
public long? UsedSmtpCredentialsId { get; set; }
Property Value
- long?