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
innerIEmailMimeReaderThe reader that turns raw MIME into normalized metadata.
guardSensitiveContentDerivationGuardThe one redaction every derived write shares.
Exceptions
- ArgumentNullException
Thrown when an argument is null.