Class AdminUpdateSendResult
- Namespace
- Builvero.Application.DTOs.Admin
- Assembly
- Builvero.Application.dll
Result of sending admin update emails
public class AdminUpdateSendResult
- Inheritance
-
AdminUpdateSendResult
- Inherited Members
Properties
Attempted
Number of email send attempts made
public int Attempted { get; set; }
Property Value
- int
- Result of sending admin update emails
Failed
Number of emails that failed to send
public int Failed { get; set; }
Property Value
- int
- Result of sending admin update emails
FailedEmails
List of email addresses that failed (capped to first 20)
public List<string> FailedEmails { get; set; }
Property Value
SkippedDemoDomain
Number of users skipped due to demo.builvero.local email addresses
public int SkippedDemoDomain { get; set; }
Property Value
- int
- Result of sending admin update emails
Succeeded
Number of emails successfully sent
public int Succeeded { get; set; }
Property Value
- int
- Result of sending admin update emails
TotalMatched
Total number of users matched by the selected roles
public int TotalMatched { get; set; }
Property Value
- int
- Result of sending admin update emails