Class FailedEmail
- Namespace
- Builvero.Application.DTOs.Admin
- Assembly
- Builvero.Application.dll
Represents a failed email send attempt with error details.
public class FailedEmail
- Inheritance
-
FailedEmail
- Inherited Members
Properties
Gets or sets the email address that failed.
public string Email { get; set; }
Property Value
- string
- Represents a failed email send attempt with error details.
Error
Gets or sets the error message describing why the email failed.
public string Error { get; set; }
Property Value
- string
- Represents a failed email send attempt with error details.