Table of Contents

Class SendInvitationResponse

Namespace
Builvero.Application.DTOs.Admin
Assembly
Builvero.Application.dll

Response model for sending invitation emails, containing per-email results.

public class SendInvitationResponse
Inheritance
SendInvitationResponse
Inherited Members

Properties

Failed

Gets or sets the list of email addresses that failed to receive invitation emails, with error details.

public List<FailedEmail> Failed { get; set; }

Property Value

List<FailedEmail>
Response model for sending invitation emails, containing per-email results.

Sent

Gets or sets the list of email addresses that successfully received invitation emails.

public List<string> Sent { get; set; }

Property Value

List<string>
Response model for sending invitation emails, containing per-email results.