Constructor MachineAuthorshipEvaluatingEmailMimeReader
- Namespace
- MailFathom.Application.Emails.Extraction
- Assembly
- MailFathom.Application.dll
MachineAuthorshipEvaluatingEmailMimeReader(IEmailMimeReader, MachineAuthorshipProfile)
Initializes a reader that assesses the text the one it wraps extracted.
public MachineAuthorshipEvaluatingEmailMimeReader(IEmailMimeReader inner, MachineAuthorshipProfile profile)
Parameters
innerIEmailMimeReaderThe reader that turns raw MIME into normalized metadata.
profileMachineAuthorshipProfileWhat each signal is worth, or the profile of a deployment that assesses nothing.
Exceptions
- ArgumentNullException
Thrown when an argument is null.