Table of Contents

Constructor RedactingEmailMimeReader

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

RedactingEmailMimeReader(IEmailMimeReader, SensitiveContentDerivationGuard)

Initializes a reader that redacts what the one it wraps extracted.

public RedactingEmailMimeReader(IEmailMimeReader inner, SensitiveContentDerivationGuard guard)

Parameters

inner IEmailMimeReader

The reader that turns raw MIME into normalized metadata.

guard SensitiveContentDerivationGuard

The one redaction every derived write shares.

Exceptions

ArgumentNullException

Thrown when an argument is null.