Struct EmailQueueData
Data transfer object for a pending email in the outbound queue.
public struct EmailQueueData
- Inherited Members
Constructors
EmailQueueData(long, string, string, string, string, DateTime, int, string?, DateTime?)
public EmailQueueData(long id, string recipientEmail, string recipientUsername, string subject, string body, DateTime createdAt, int attempts, string? claimedBy, DateTime? claimedAt)
Parameters
idlongrecipientEmailstringrecipientUsernamestringsubjectstringbodystringcreatedAtDateTimeattemptsintclaimedBystringclaimedAtDateTime?
Fields
Attempts
public readonly int Attempts
Field Value
Body
public readonly string Body
Field Value
ClaimedAt
public readonly DateTime? ClaimedAt
Field Value
ClaimedBy
public readonly string? ClaimedBy
Field Value
CreatedAt
public readonly DateTime CreatedAt
Field Value
ID
public readonly long ID
Field Value
RecipientEmail
public readonly string RecipientEmail
Field Value
RecipientUsername
public readonly string RecipientUsername
Field Value
Subject
public readonly string Subject