Table of Contents

Property MaxDeliveriesPerPass

Namespace
MailFathom.Application.Mail.Delivery.Outbox
Assembly
MailFathom.Application.dll

MaxDeliveriesPerPass

Gets the greatest number of queued sends one pass claims.

public int MaxDeliveriesPerPass { get; }

Property Value

int

Remarks

A send is a conversation with a submission server rather than a row to process, so the useful values are small. What the bound leaves is claimed by the next pass, oldest first, so nothing is dropped by it.