Table of Contents

Interface IMailboxMutationAuditSettingsReader

Namespace
MailFathom.Application.Mail.Mutations.Audit
Assembly
MailFathom.Application.dll

Answers what one account has decided about keeping a record of the changes MailFathom made to its mailbox.

public interface IMailboxMutationAuditSettingsReader

Remarks

It is read where a mutation is written down rather than where the mutation ends, because those are different runs and often different days. Reading it at the ending would apply whatever the operator had changed it to in the meantime, which is how a history acquires a gap that looks like a change nobody made.

Methods

GetAuditSettings(MailAccountId)

Gets the audit trail settings configured for one account.