Table of Contents

Class MailboxConvergenceOptions

Namespace
MailFathom.Application.Mail.Mutations.Convergence
Assembly
MailFathom.Application.dll

Bounds one convergence pass and says how long an unresolved outcome may stay unresolved.

public sealed class MailboxConvergenceOptions
Inheritance
MailboxConvergenceOptions
Inherited Members

Remarks

Neither setting is a retry policy. How often a pass runs and how far apart two attempts of the same change are is the account's synchronization schedule, and how many attempts one change may spend is MaximumAttempts. What is configured here is the width of a pass and the one deadline convergence owns.

Properties

MaxMutationsPerPass

Gets or sets how many outstanding mutations one pass takes in hand.

UnknownOutcomeGrace

Gets or sets how long a mutation whose placement was never acknowledged waits to be settled by observation.