Property SenderTrust
- Namespace
- MailFathom.Application.Emails.Extraction
- Assembly
- MailFathom.Application.dll
SenderTrust
Gets what this deployment made of the message's authenticated author.
public SenderTrust SenderTrust { get; init; }
Property Value
Remarks
Not a parameter of the reading, because it is not read out of the message: the parsing adapter establishes what the receiving server said and SenderTrustEvaluatingEmailMimeReader holds the author that follows from it against the account's trusted senders afterwards. Its default is therefore the verdict of a reading no policy has spoken over, which is unknown and carries no policy revision to say otherwise.