Class EmailAttachment
Namespace: Emailing.Domain.Assets
Assembly: Emailing.Domain.dll
public sealed record EmailAttachment : IEquatable<EmailAttachment>
Inheritance
object ← EmailAttachment
Implements
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
EmailAttachment\(string, string, string\)
public EmailAttachment(string FileName, string ContentBase64, string ContentType)
Parameters
FileName string
ContentBase64 string
ContentType string
Properties
ContentBase64
public string ContentBase64 { get; init; }
Property Value
ContentType
public string ContentType { get; init; }
Property Value
FileName
public string FileName { get; init; }
Property Value
Last modified: 21 May 2024