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
runIdMailAnsweringRunIdWhat identifies the run in every entry it leaves behind.
scopeMailboxScopeThe accounts and folders the run may be answered from, already resolved.
startedAtDateTimeOffsetWhen the run began.
Exceptions
- ArgumentNullException
Thrown when
scopeis null.