Constructor SenderTrustEvaluatingEmailMimeReader
- Namespace
- MailFathom.Application.Emails.Extraction
- Assembly
- MailFathom.Application.dll
SenderTrustEvaluatingEmailMimeReader(IEmailMimeReader, ISenderTrustPolicyReader)
Initializes a reader that judges the author the one it wraps established.
public SenderTrustEvaluatingEmailMimeReader(IEmailMimeReader inner, ISenderTrustPolicyReader policies)
Parameters
innerIEmailMimeReaderThe reader that turns raw MIME into normalized metadata.
policiesISenderTrustPolicyReaderResolves the trusted senders an account judges its mail by.
Exceptions
- ArgumentNullException
Thrown when an argument is null.