Table of Contents

Class SendInvitationRequest

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

Request model for sending invitation emails to multiple recipients.

public class SendInvitationRequest
Inheritance
SendInvitationRequest
Inherited Members

Properties

Emails

Gets or sets the list of email addresses to send invitations to.

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

Property Value

List<string>
Request model for sending invitation emails to multiple recipients.

Remarks

Each email will receive a separate invitation email. Emails should be normalized (lowercase, trimmed) before sending.