Property SenderAuthenticationEvidence
- Namespace
- MailFathom.Application.Emails.Summaries
- Assembly
- MailFathom.Application.dll
SenderAuthenticationEvidence
Gets what the verdict above was reached from, which only a single-email read publishes.
public required SenderAuthenticationEvidence SenderAuthenticationEvidence { get; init; }
Property Value
Remarks
Projected with the summary rather than fetched by a second query, because one projection is what keeps every read path publishing the same columns. A listing carries it without publishing it: a listing exists to let a reader recognize a message, and the evidence is for judging one already found.