Property IsAudited
- Namespace
- MailFathom.Domain.Mutations
- Assembly
- MailFathom.Domain.dll
IsAudited
Gets whether this mutation leaves an entry in the account's audit trail when it ends.
public required bool IsAudited { get; init; }
Property Value
Remarks
It is resolved from the account's configuration when the record is opened and written down with it, so a trail switched on or off while a mutation is in flight decides nothing about a change already begun. Without that, an operator turning the trail on halfway through a backlog would produce a history whose gaps look like changes that never happened.
The trail is off by default and enabled per account, which is data minimization applied to derived personal data: an installation that never asked for a record of where its mail has been never accumulates one.