Enum MailboxReadOperation
- Namespace
- MailFathom.Application.Observability
- Assembly
- MailFathom.Application.dll
Names the local read a report is being opened for.
public enum MailboxReadOperation
Fields
ListMailboxTimeline = 1Reading one bounded page of the stored email timeline.
ReadAccountDirectory = 0Reading which accounts this deployment serves and how current each one's local copy is.
ReadEmailContent = 3Reading the stored content of the emails one call names.
SearchMailbox = 2Ranking the stored emails against a query and reading one window of the ranking.
Remarks
Each member names the operation the use case performs rather than the tool that reached it, because a second
entrypoint over the same use case is work of the same kind and the protocol span above already carries the tool's
own name. What each member is published as is the adapter's to decide, which is what keeps a span name out of
Application along with every other tracing detail.