Files
components/LiteCharms.Features/Email/Models/BodyProperties.cs
T
2026-05-13 20:06:24 +02:00

9 lines
163 B
C#

namespace LiteCharms.Features.Email.Models;
public class BodyProperties
{
public bool IsHtml { get; set; }
public bool HasAttachments { get; set; }
}