Table of Contents

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

inner IEmailMimeReader

The reader that turns raw MIME into normalized metadata.

profile MachineAuthorshipProfile

What each signal is worth, or the profile of a deployment that assesses nothing.

Exceptions

ArgumentNullException

Thrown when an argument is null.