Interface IMailAnsweringAuditSettingsReader
- Namespace
- MailFathom.Application.Retrieval.AskMail.Audit
- Assembly
- MailFathom.Application.dll
Answers what one account decided about keeping a record of the questions answered from its mailbox.
public interface IMailAnsweringAuditSettingsReader
Remarks
Synchronous and free of I/O, because the answer is this deployment's own configuration rather than anything stored: it is read once per account as a run ends and once per account as retention comes round, and a port that could block would put configuration on the path of an answer that has already been produced.
Methods
- GetAnsweringAuditSettings(MailAccountId)
Reads one account's decision.