Table of Contents

Property MaxAttempts

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

MaxAttempts

Gets how many attempts one send may be handed out for before a transient failure ends it.

public int MaxAttempts { get; }

Property Value

int

Remarks

A value of 1 leaves no retry at all, so the first transient refusal is terminal.