Table of Contents

Constructor MailAnsweringRunObservation

Namespace
MailFathom.Application.Retrieval.AskMail
Assembly
MailFathom.Application.dll

MailAnsweringRunObservation(MailAnsweringRunId, MailboxScope, DateTimeOffset)

Initializes the observation of one run that is about to begin.

public MailAnsweringRunObservation(MailAnsweringRunId runId, MailboxScope scope, DateTimeOffset startedAt)

Parameters

runId MailAnsweringRunId

What identifies the run in every entry it leaves behind.

scope MailboxScope

The accounts and folders the run may be answered from, already resolved.

startedAt DateTimeOffset

When the run began.

Exceptions

ArgumentNullException

Thrown when scope is null.